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

Function exportLight

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

Source from the content-addressed store, hash-verified

144 virtual bool exportItem( const Item *item ) { return true; }
145 virtual bool exportEntity( const v1::Entity *entity ) { return true; }
146 virtual bool exportLight( const Light *light ) { return true; }
147 virtual bool exportDecal( const Decal *decal ) { return true; }
148 };
149

Callers 1

_exportSceneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected