Terrain Lightning

Started by
10 comments, last by TriloByte 20 years, 9 months ago
quote:Original post by TriloByte
I was thinking about using different color values, I can compute them in build time, and then but them in a Color array.

Is this a good method or are there better methods?


there are definitely better methods. if you use lod it will produce horrible results, because changing the lod will not just result in the geometry "popping", but if you do anything on a per vertex base the left out vertices will completely change the appearance. colors will look different, lighting changes and if you use vertex colors as texture blending weights the resulting texture will look completely different.

id definitely go with lightmaps or normalmaps and perpixel lighting.

f@dzhttp://festini.device-zero.de
Advertisement
If you use the standard dot3 bumpmapping technique, you''ll get the same popping artifacts, as it still uses the vertex normals.

Death of one is a tragedy, death of a million is just a statistic.
If at first you don't succeed, redefine success.

This topic is closed to new replies.

Advertisement