Lighting

I’ve noticed a bit of a bug. When adding lights to the scene, they effect the scene initially, but if geometry moves the light values don’t change. You can see this in jani’s ode test.



My confusion is I’m not sure why this is happening. The lights should be calculated each frame.



Added the issue to the tracker.

Found the issue. Front and Back side normals were swapped. Fixed now.