dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
StaticTransformComponent
dagon
resource
gltf
Undocumented in source.
class
StaticTransformComponent :
EntityComponent
{
Matrix4x4f
transformation
;
this
(EventManager em, Entity e, Matrix4x4f transformation);
void
update
(Time t);
}
Constructors
this
this
(EventManager em, Entity e, Matrix4x4f transformation)
Undocumented in source.
Members
Functions
update
void
update
(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
transformation
Matrix4x4f
transformation
;
Undocumented in source.
Inherited Members
From EntityComponent
entity
Entity
entity
;
Undocumented in source.
update
void
update
(Time t)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void
render
(GraphicsState* state)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dagon
resource
gltf
classes
GLTFAccessor
GLTFAsset
GLTFBuffer
GLTFBufferView
GLTFMesh
GLTFMeshPrimitive
GLTFNode
GLTFScene
StaticTransformComponent
enums
GLTFDataType
functions
asColor
asMatrix
asQuaternion
asVector
decomposeMatrix
nameFromMimeType