BulletObject

Undocumented in source.

Constructors

this
this(BulletWorld* world, Shape shape)
Undocumented in source.

Members

Functions

applyForce
void applyForce(float[3] f)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
getAngle
Quaternion getAngle()
Undocumented in source. Be warned that the author may not have intended to support it.
getPos
float[3] getPos()
Undocumented in source. Be warned that the author may not have intended to support it.
getVel
float[3] getVel()
Undocumented in source. Be warned that the author may not have intended to support it.
setAngle
void setAngle(Quaternion a)
Undocumented in source. Be warned that the author may not have intended to support it.
setMass
void setMass(double m)
Undocumented in source. Be warned that the author may not have intended to support it.
setPos
void setPos(float[3] pos)
Undocumented in source. Be warned that the author may not have intended to support it.
setVel
void setVel(float[3] vel)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

path
string path;
Undocumented in source.
rigid
btRigidBody* rigid;
Undocumented in source.
shape
Shape shape;
Undocumented in source.
world
btDynamicsWorld* world;
Undocumented in source.

Inherited Members

From Loadable

Idle
anonymousenum Idle
Undocumented in source.
finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
loadState
size_t loadState [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loadState
size_t loadState [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
loaded
bool loaded [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loader
Loader loader;
Undocumented in source.
onLoaded
LoadedQueue onLoaded;
Undocumented in source.

Meta