RadicalCSG / Chisel.Prototype

Work in progress prototype for the Chisel Level Editor, for Unity
MIT License
493 stars 33 forks source link

Fix issues with "Receive Shadows" option for surfaces #278

Open LogicalError opened 4 years ago

LogicalError commented 4 years ago

"Receive Shadows" option is not enabled when the camera doesn't support it, and it actually lies about it's current state. Unfortunately it IS used for mesh generation. Furthermore what if you have a game where you have different camera settings for different platforms? You might want to support it for your game. Figure out what the best approach is (settings on model maybe?)