Game Development Community

How can use Bump map in PureLight?

by orsteam · in pureLIGHT · 03/21/2012 (5:54 am) · 2 replies

How can use Bump map in PureLight?
and specmap...

#1
03/21/2012 (7:45 am)
Specular maps wouldn't be of any use in pureLIGHT itself. Specular lighting is view angle dependent, so it can't really be precalculated into a lightmap. You can still use them on lightmapped content inside of Torque 3D to add detail to your specular lighting.

As for bump maps, currently Torque 3D doesn't have the necessary support built into it to combine a bump map and a lightmap together. The bump maps will still apply to your specular lighting and any dynamic lights you have.
#2
05/17/2012 (11:36 am)
You can do that using a custom material in T3D.