How to make your lights cast shadows?

edited April 2014 in How To...

Hi, i want to make my lights (from the processing language, like directionalLights, spotLights,...) cast shadows, and not just make certain parts of my objects lighter and certain parts darker. Any idea on how to do that?

Answers

  • You have two options implement them yourself (very hard and time consuming) by taking a look at OpenGL SuperBible (stay away from online tutorials) or switch to a 3D engine that support shadows (Unity, Unreal, etc.)

Sign In or Register to comment.