Game Development Community

Larger shadow textures?

by Timlon · in Torque Game Engine · 10/05/2005 (3:11 pm) · 2 replies

I'm sure this had been asked before but...

Is it possible to increase the lightmap size used on terrains, at present they seem extremely low and if I'm not mistaken the size of them in the original code is actually hard coded :(

Is there any way round this or any code that is available to make this fliexible?

Thank you :)

#1
10/14/2005 (9:08 am)
Unfortunately the terrain blending code is rather messy, so the change is far from easy and requires extensive assembly changes.

-John
#2
10/14/2005 (10:57 am)
Thank for the reply John. Stange they have hard coded it, would have thought 1.4 would have been an oppotunity to remedy it after all this time.