| 45 | { |
| 46 | |
| 47 | static SceneInterfacePtr nonConstGet( std::string fileName ) |
| 48 | { |
| 49 | ConstSceneInterfacePtr scene = SharedSceneInterfaces::get( fileName ); |
| 50 | return const_cast<SceneInterface*>( scene.get() ); |
| 51 | } |
| 52 | |
| 53 | void bindSharedSceneInterfaces() |
| 54 | { |