We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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.)