MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / exportMesh

Function exportMesh

Components/SceneFormat/include/OgreSceneFormatBase.h:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 2

exportMeshMethod · 0.50
exportMeshMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected