Game Development Community

How to create "texture projector effect"?

by Proaholic · in Torque Game Engine · 04/29/2008 (3:08 pm) · 0 replies

Is it possible to create "texture projector effect" for TGEA interior like www.ozone3d.net/tutorials/glsl_texturing_p08.php ?

www.ozone3d.net/tutorials/images/glsl_texturing/reverse_projection_problem.jpg

Actually i am trying to use LightMaskCubeMap ...
------------------------------------------------------
datablock sgLightObjectData(myLight) {
...
LightMaskCubeMap = "mycube";
...
}
------------------------------------------------------
But it work only with terrains and does not work with interiors :'(


Thanks!