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

Method end

COLLADAStreamWriter/src/COLLADASWNode.cpp:199–205  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

197
198 //---------------------------------------------------------------
199 void Node::end()
200 {
201 // Write the extra technique tags in the collada document
202 addExtraTechniques ( mSW );
203
204 mNodeCloser.close();
205 }
206
207
208} //namespace COLLADASW

Callers 15

getLowestObjectIdForMethod · 0.45
setFragmentsFunction · 0.45
addAnimationClipMethod · 0.45
addSamplersMethod · 0.45
addSamplerMethod · 0.45
addColorOrTextureMethod · 0.45
addMethod · 0.45
addExtraTechniquesMethod · 0.45
addCustomTagsMethod · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected