MCPcopy Create free account
hub / github.com/RenderKit/embree / store_parm

Method store_parm

tutorials/common/scenegraph/xml_writer.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240
241 void XMLWriter::store_parm(const char* name, const float& v) {
242 tab(); xml << "<float name=\"" << name << "\">" << v << "</float>" << std::endl;
243 }
244
245 void XMLWriter::store_parm(const char* name, const Vec3fa& v) {
246 tab(); xml << "<float3 name=\"" << name << "\">" << v.x << " " << v.y << " " << v.z << "</float3>" << std::endl;

Callers

nothing calls this directly

Calls 3

tabFunction · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected