#include <control.h>
Public Member Functions |
|
| SetMorphTargetPacket (Object *o, MSTR n, Matrix3 &m, BOOL fc=FALSE) | |
| SetMorphTargetPacket (Object *o, MSTR n, BOOL fc=FALSE) | |
Public Attributes |
|
| Matrix3 | tm |
| Object * | obj |
| MSTR | name |
| BOOL | forceCreate |
| SetMorphTargetPacket | ( | Object * | o, |
| MSTR | n, | ||
| Matrix3 & | m, | ||
| BOOL | fc = FALSE |
||
| ) | [inline] |
{obj = o;name = n;tm = m;forceCreate=fc;}
| SetMorphTargetPacket | ( | Object * | o, |
| MSTR | n, | ||
| BOOL | fc = FALSE |
||
| ) | [inline] |
{obj = o;name = n;tm = Matrix3(1);forceCreate=fc;}