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