ZeroCool940711 / Sandbox-Game-Engine

GNU General Public License v3.0
4 stars 1 forks source link

Models not receiving shadows only terrain does. #27

Open ZeroCool940711 opened 5 years ago

ZeroCool940711 commented 5 years ago

Models do not receive any shadow, they can cast a shadow but not receive it, this makes things look unnatural and unrealistic when you have a house the interior receive only lighting and no shadows, this will be fixed by adding shadow receiving support for models as the terrain already have this feature and the shadows on the terrain looks pretty good and realistic and it uses a variation of ray tracing to calculate shadows.

ZeroCool940711 commented 5 years ago

This issue still persist on the 2.0.1 version of the engine.