---------------------------------------------------------------
| 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 |
no outgoing calls
no test coverage detected