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

Method SetProperty

include/donut/engine/SceneGraph.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 void SetName(const std::string& name) const;
71 virtual void Load(const Json::Value& node) { }
72 virtual bool SetProperty(const std::string& name, const dm::float4& value) { return false; }
73
74 // Non-copyable and non-movable
75 SceneGraphLeaf(const SceneGraphLeaf&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected