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

Method SetProperty

Rtxpt/SampleCommon/ExtendedScene.cpp:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341bool PerspectiveCameraEx::SetProperty(const std::string& name, const dm::float4& value)
342{
343 assert(false); // not implemented
344 return PerspectiveCamera::SetProperty(name, value);
345}
346
347std::shared_ptr<SceneGraphLeaf> SampleSettings::Clone()
348{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected