---------------------------------------------------------------
| 89 | |
| 90 | //--------------------------------------------------------------- |
| 91 | void VisualSceneExporter::doExport() |
| 92 | { |
| 93 | openVisualScene( mVisualSceneId ); |
| 94 | exportEnvironmentAmbientLightNode(); |
| 95 | doExport( mExportSceneGraph->getRootExportNode()); |
| 96 | closeLibrary(); |
| 97 | } |
| 98 | |
| 99 | //--------------------------------------------------------------- |
| 100 | void VisualSceneExporter::exportEnvironmentAmbientLightNode() |
nothing calls this directly
no test coverage detected