| 107 | } |
| 108 | |
| 109 | void Camera::load( LoadContextPtr context ) |
| 110 | { |
| 111 | Renderable::load( context ); |
| 112 | unsigned int v = m_ioVersion; |
| 113 | ConstIndexedIOPtr container = context->container( staticTypeName(), v ); |
| 114 | |
| 115 | m_parameters = context->load<CompoundData>( container.get(), g_parametersEntry ); |
| 116 | } |
| 117 | |
| 118 | bool Camera::isEqualTo( const Object *other ) const |
| 119 | { |