------------------------------------------------------------------------------------------------------
| 71 | |
| 72 | // ------------------------------------------------------------------------------------------------------ |
| 73 | bool EveSpherePin::Initialize() |
| 74 | { |
| 75 | InitializeGeometryResource(); |
| 76 | BuildBoundingSphere(); |
| 77 | return true; |
| 78 | } |
| 79 | |
| 80 | // ------------------------------------------------------------------------------------------------------ |
| 81 | bool EveSpherePin::OnModified( Be::Var* value ) |