Actor

Undocumented in source.

Constructors

this
this(AnimatedModel m, Owner owner)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

pause
void pause()
Undocumented in source. Be warned that the author may not have intended to support it.
play
void play()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(RenderingContext* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
switchToAnimation
void switchToAnimation(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
switchToAnimationSmooth
void switchToAnimationSmooth(string name, float smooth)
Undocumented in source. Be warned that the author may not have intended to support it.
switchToBindPose
void switchToBindPose()
Undocumented in source. Be warned that the author may not have intended to support it.
switchToFullSequence
void switchToFullSequence()
Undocumented in source. Be warned that the author may not have intended to support it.
switchToSequence
void switchToSequence(uint startFrame, uint endFrame)
Undocumented in source. Be warned that the author may not have intended to support it.
switchToSequenceSmooth
void switchToSequenceSmooth(uint startFrame, uint endFrame, float smooth)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

animation
AnimationData animation;
Undocumented in source.
blendFactor
float blendFactor;
Undocumented in source.
defaultFramerate
float defaultFramerate;
Undocumented in source.
eao
GLuint eao;
Undocumented in source.
frameData
AnimationFrameData frameData;
Undocumented in source.
hasNextAnimation
bool hasNextAnimation;
Undocumented in source.
model
AnimatedModel model;
Undocumented in source.
nbo
GLuint nbo;
Undocumented in source.
nextAnimation
AnimationData nextAnimation;
Undocumented in source.
nextState
ActorState nextState;
Undocumented in source.
playing
bool playing;
Undocumented in source.
speed
float speed;
Undocumented in source.
state
ActorState state;
Undocumented in source.
swapZY
bool swapZY;
Undocumented in source.
tbo
GLuint tbo;
Undocumented in source.
vao
GLuint vao;
Undocumented in source.
vbo
GLuint vbo;
Undocumented in source.

Inherited Members

From Drawable

update
void update(double dt)
Undocumented in source.
render
void render(RenderingContext* rc)
Undocumented in source.

Meta