MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / doExport

Method doExport

COLLADAMax/src/COLLADAMaxVisualSceneExporter.cpp:91–97  ·  view source on GitHub ↗

---------------------------------------------------------------

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 15

ObjectIdentifierClass · 0.85
getRootExportNodeMethod · 0.80
getIsInVisualSceneMethod · 0.80
getINodeMethod · 0.80
hasSidMethod · 0.80
setNodeSidMethod · 0.80
getIsJointMethod · 0.80
addMatrixMethod · 0.80
getControllerListMethod · 0.80
addSkeletonMethod · 0.80
getLastControllerIdMethod · 0.80

Tested by

no test coverage detected