| 99 | } |
| 100 | |
| 101 | void CoordinateSystem::load( LoadContextPtr context ) |
| 102 | { |
| 103 | Renderable::load( context ); |
| 104 | unsigned int v = m_ioVersion; |
| 105 | ConstIndexedIOPtr container = context->container( staticTypeName(), v ); |
| 106 | container->read( g_nameEntry, m_name ); |
| 107 | } |
| 108 | |
| 109 | void CoordinateSystem::hash( MurmurHash &h ) const |
| 110 | { |