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

Method createControllerList

COLLADAMax/src/COLLADAMaxExportNode.cpp:227–231  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

225
226 //---------------------------------------------------------------
227 void ExportNode::createControllerList()
228 {
229 if ( !mControllerList )
230 mControllerList = new ControllerList(*this);
231 }
232
233 //---------------------------------------------------------------
234 Object* ExportNode::getInitialPose() const

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected