MCPcopy Create free account
hub / github.com/NVIDIA-RTX/RTXPT / Load

Method Load

Rtxpt/SampleCommon/ExtendedScene.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void LightExtension::Load(const Json::Value& node)
45{
46 Proxies = JsonLoadStringVector(node["proxyMeshNodes"]);
47}
48
49void LightExtension::Store(Json::Value& node) const
50{

Callers

nothing calls this directly

Calls 1

JsonLoadStringVectorFunction · 0.85

Tested by

no test coverage detected