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

Method createJointSid

COLLADAMax/src/COLLADAMaxExportSceneGraph.cpp:188–191  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

186
187 //---------------------------------------------------------------
188 COLLADASW::String ExportSceneGraph::createJointSid()
189 {
190 return JOINT_SID_BASE_NAME + COLLADASW::Utils::toString(mBoneCount++);
191 }
192
193 //---------------------------------------------------------------
194 ExportNode * ExportSceneGraph::getExportNode( INode* iNode ) const

Callers 2

exportSkinControllerMethod · 0.80
exportSkinControllerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected