| 140 | // Override any of these and return false if you don't want that particular object to be exported |
| 141 | virtual bool exportSceneNode( const SceneNode *sceneNode ) { return true; } |
| 142 | virtual bool exportMesh( const Mesh *mesh ) { return true; } |
| 143 | virtual bool exportMesh( const v1::Mesh *mesh ) { return true; } |
| 144 | virtual bool exportItem( const Item *item ) { return true; } |
| 145 | virtual bool exportEntity( const v1::Entity *entity ) { return true; } |
no outgoing calls
no test coverage detected