View RSS Feed

Cooler

3D support!

Rate this Entry
3D support has been brought into the engine! Added a couple of projects on 3D theme, including projection shadows (shadow map):
Click image for larger version. 

Name:	shadows.png 
Views:	1570 
Size:	8.8 KB 
ID:	1568
In principle, 3D rendering was possible in the past - the engine did not interfere with this, but did not help either (except the camera/projection helpers). Now more and more functionality commonly used for rendering 3D scenes is gradually transferred to the engine, so no manual OpenGL calls are required. Currently, there is not a single GL call in the ShadowMap project code, but the shaders are still manually written. Writing and debugging shaders is a difficult and time-consuming task, so in the near future I'll add the automatic shadows shaders generator to make it easier. Lighting shaders are already generated on-fly.

Submit "3D support!" to Digg Submit "3D support!" to del.icio.us Submit "3D support!" to StumbleUpon Submit "3D support!" to Google

Updated 07-09-2021 at 12:13 PM by Cooler (category)

Categories
Developer Diary

Comments