MCPcopy Create free account
hub / github.com/NVIDIA-RTX/Donut / Store

Method Store

src/engine/SceneTypes.cpp:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void DirectionalLight::Store(Json::Value& node) const
147{
148 node["type"] << "DirectionalLight";
149 node["color"] << color;
150 node["irradiance"] << irradiance;
151 node["angularSize"] << angularSize;
152}
153
154bool DirectionalLight::SetProperty(const std::string& name, const dm::float4& value)
155{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected