Cellular Textures, the light speed approach

Started by JeGX, August 18, 2009, 09:04:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JeGX

Link: http://www.gamedev.net/reference/programming/features/cellTxt/

Quote
Creating procedural textures is mostly done by taking some basic shapes or patterns, and manipulating them. Manipulations can be colour inversion, blending or adding to textures, and so on. Basic shapes are things like circles, rectangles, plasma noise, or cellular patterns / textures.

In this article I am going to explain how to generate these cellular textures.