Skip to content
Snippets Groups Projects
Verified Commit 17a472d2 authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon:
Browse files

Fix light transforms due shadow map computation

The vtkShadowMapBakerPass computes the shadow map by simulating a camera
for each light in the scene and compositing the rendered result. The
simulation inadvertently changes the original light parameters. This
change caches the original light transform and resets it after the
shadow computation to ensure that successive renders using the same
light are correct.
parent 4e5afa48
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment