| 1991 | //---------------------------------------------------------------------------- |
| 1992 | |
| 1993 | void ShapeBase::onMount( SceneObject *obj, S32 node ) |
| 1994 | { |
| 1995 | mConvexList->nukeList(); |
| 1996 | |
| 1997 | // Are we mounting to a ShapeBase object? |
| 1998 | mShapeBaseMount = dynamic_cast<ShapeBase*>( obj ); |
| 1999 | |
| 2000 | Parent::onMount( obj, node ); |
| 2001 | } |
| 2002 | |
| 2003 | void ShapeBase::onUnmount( SceneObject *obj, S32 node ) |
| 2004 | { |