Lighting a Voxel World Realistically

Posted by sharethis on Game Development See other posts from Game Development or by sharethis
Published on 2012-09-10T10:08:48Z Indexed on 2012/09/10 15:50 UTC
Read the original article Hit count: 330

Filed under:
|
|
|

I am new to game development and never implemented a complicated (and realistic) lighting.

My game uses a 3d voxel terrain world (like Minecraft). To hold the data I use octrees. My goal is to render a more realistic world scene like in most voxel games. For that I want to use a bezier algorithm to round out the blocky world. Assume that I already have a large generated polygon of my terrain (or some of them).

I heard of some techniques like volumetric light, global illumination, ...

What approaches of a very realistic lighting are there for my "organic shaped" voxel game?

© Game Development or respective owner

Related posts about lighting

Related posts about voxels