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

Method SetFalloffDistance

src/render/PlanarShadowMap.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void PlanarShadowMap::SetFalloffDistance(float distance)
169{
170 m_FalloffDistance = distance;
171}
172
173std::shared_ptr<PlanarView> PlanarShadowMap::GetPlanarView()
174{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected