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

Method getExportNode

COLLADAMax/src/COLLADAMaxExportSceneGraph.cpp:194–202  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

192
193 //---------------------------------------------------------------
194 ExportNode * ExportSceneGraph::getExportNode( INode* iNode ) const
195 {
196 INodeExportNodeMap::const_iterator it = mINodeExportNodeMap.find(iNode);
197
198 if ( it != mINodeExportNodeMap.end() )
199 return it->second;
200 else
201 return 0;
202 }
203
204 //---------------------------------------------------------------
205 const ExportSceneGraph::XRefSceneGraphList* ExportSceneGraph::getXRefSceneGraphList(INode* node) const

Callers 8

exportSkinControllerMethod · 0.80
exportMorphControllerMethod · 0.80
exportSkinControllerMethod · 0.80
exportMorphControllerMethod · 0.80
exportCameraMethod · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected