Dante-666 / bouncy-ball

hello world game for g3d development and learning
1 stars 0 forks source link

G3D::Light SPOT/DIRECTIONAL has some weird shadow behavior. #20

Closed Dante-666 closed 4 years ago

Dante-666 commented 4 years ago

If we initialize n objects in the scene and there are all of them in front of a light. Also happens when ground plane is tilted. Some weird issue. Let's wait for Morgan to get back and see how this goes.

Dante-666 commented 4 years ago

Professor had some comments about this. Don't use DIRECTIONAL lights and use only SPOT and check if I am doing the right thing. If this doesn't solve it. Create snapshots of the video or make a gif out of it.

Dante-666 commented 4 years ago

This was with my code. I was not updating m_lastChangeTime in the entity and that caused problems.