TSStatic Mounting

This commit is contained in:
OTHGMars 2014-06-16 21:11:15 -04:00 committed by Azaezel
parent 937b8830e1
commit a9f77c4ffd
2 changed files with 83 additions and 32 deletions

View file

@ -218,6 +218,8 @@ public:
void onScaleChanged();
void prepRenderImage( SceneRenderState *state );
void inspectPostApply();
virtual void onMount( SceneObject *obj, S32 node );
virtual void onUnmount( SceneObject *obj, S32 node );
/// The type of mesh data use for collision queries.
MeshType getCollisionType() const { return mCollisionType; }