-
Notifications
You must be signed in to change notification settings - Fork 3
ProceduralRendering
Lee Thomason edited this page Mar 25, 2015
·
1 revision
Altera can assign colors at run time to a texture atlas, to provide many variations of assets.
For example, faces:
Are created from roughly 100 different false color textures:
Each false color texture is 256x256 in size. Each face (or ring, or gun, etc.) texture is edited separately, and correct colors are assigned at run time.
You can see the final results in the "Asset Preview" scene in the game.
- red -> skin
- green -> hair
- blue -> glasses, tattoo
- red -> primary color
- blue -> effect / glow color
- green -> secondary color