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

Method add

COLLADAStreamWriter/src/COLLADASWInstanceLight.cpp:19–24  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

17
18 //---------------------------------------------------------------
19 void InstanceLight::add()
20 {
21 mSW->openElement ( CSWC::CSW_ELEMENT_INSTANCE_LIGHT );
22 mSW->appendURIAttribute ( CSWC::CSW_ATTRIBUTE_URL, mUrl );
23 mSW->closeElement();
24 }
25
26
27

Callers

nothing calls this directly

Calls 3

openElementMethod · 0.80
appendURIAttributeMethod · 0.80
closeElementMethod · 0.45

Tested by

no test coverage detected