| 166 | } |
| 167 | |
| 168 | void PlanarShadowMap::SetFalloffDistance(float distance) |
| 169 | { |
| 170 | m_FalloffDistance = distance; |
| 171 | } |
| 172 | |
| 173 | std::shared_ptr<PlanarView> PlanarShadowMap::GetPlanarView() |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected