#include <ssgLocal.h>
Public Member Functions | |
| ssgKeyframeTransform (int n, float min=0.0f, float max=1.0f) | |
| virtual | ~ssgKeyframeTransform (void) |
| virtual void | addKeyframe (float frame, sgCoord *xform) |
| virtual void | setKeyframe (float frame) |
Protected Attributes | |
| int | nFrames |
| float | min |
| float | max |
| int | next |
| SKeyframe * | data |
Definition at line 68 of file ssgLocal.h.
|
||||||||||||||||
|
Definition at line 59 of file ssgKeyframeTransform.cpp. References data, max, min, next, nFrames, and ssgTypeKeyframeTransform(). |
|
|
Definition at line 78 of file ssgKeyframeTransform.cpp. References data. |
|
||||||||||||
|
Definition at line 84 of file ssgKeyframeTransform.cpp. References data, SKeyframe::frame, next, and nFrames. Referenced by CModelACM::CModelACM(). |
|
|
Definition at line 99 of file ssgKeyframeTransform.cpp. References data, SKeyframe::frame, gtfo, max, min, nFrames, and SKeyframe::transform. Referenced by CModelACM::CModelACM(). |
|
|
Definition at line 74 of file ssgLocal.h. Referenced by addKeyframe(), setKeyframe(), ssgKeyframeTransform(), and ~ssgKeyframeTransform(). |
|
|
Definition at line 72 of file ssgLocal.h. Referenced by setKeyframe(), and ssgKeyframeTransform(). |
|
|
Definition at line 72 of file ssgLocal.h. Referenced by setKeyframe(), and ssgKeyframeTransform(). |
|
|
Definition at line 73 of file ssgLocal.h. Referenced by addKeyframe(), and ssgKeyframeTransform(). |
|
|
Definition at line 71 of file ssgLocal.h. Referenced by addKeyframe(), setKeyframe(), and ssgKeyframeTransform(). |
|
|
Documentation generated by
|