| 1852 | //---------------------------------------------------------------------------- |
| 1853 | |
| 1854 | void ShapeBase::onMount( SceneObject *obj, S32 node ) |
| 1855 | { |
| 1856 | mConvexList->nukeList(); |
| 1857 | |
| 1858 | // Are we mounting to a ShapeBase object? |
| 1859 | mShapeBaseMount = dynamic_cast<ShapeBase*>( obj ); |
| 1860 | |
| 1861 | Parent::onMount( obj, node ); |
| 1862 | } |
| 1863 | |
| 1864 | void ShapeBase::onUnmount( SceneObject *obj, S32 node ) |
| 1865 | { |