Entity

Undocumented in source.

Constructors

this
this(Drawable drw, Vector3f pos)
Undocumented in source.
this
this(Vector3f pos)
Undocumented in source.
this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

draw
void draw(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
drawModel
void drawModel(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
drawPoint
void drawPoint()
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
getAABB
AABB getAABB()
Undocumented in source. Be warned that the author may not have intended to support it.
getPosition
Vector3f getPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
getRotation
Quaternionf getRotation()
Undocumented in source. Be warned that the author may not have intended to support it.
getScaling
Vector3f getScaling()
Undocumented in source. Be warned that the author may not have intended to support it.
setTransformation
void setTransformation(Vector3f pos, Quaternionf rot, Vector3f scal)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

debugDraw
bool debugDraw;
Undocumented in source.
drawable
Drawable drawable;
Undocumented in source.
id
int id;
Undocumented in source.
materialId
int materialId;
Undocumented in source.
meshId
int meshId;
Undocumented in source.
modifier
Modifier modifier;
Undocumented in source.
name
string name;
Undocumented in source.
position
Vector3f position;
Undocumented in source.
props
DMLData props;
Undocumented in source.
rotation
Quaternionf rotation;
Undocumented in source.
scaling
Vector3f scaling;
Undocumented in source.
transformation
Matrix4x4f transformation;
Undocumented in source.
type
uint type;
Undocumented in source.
visible
bool visible;
Undocumented in source.

Inherited Members

From Object3D

getPosition
Vector3f getPosition()
Undocumented in source.
getAABB
AABB getAABB()
Undocumented in source.

Meta