Game Development Community

Lower lightmap sizes than 32 ?

by Orion Elenzil · in Artist Corner · 07/03/2007 (4:19 pm) · 3 replies

Howdy all -

is there a way to get lightmaps smaller than 32 ? i'm interested in numbers like 16 and .. 8 !

#1
07/05/2007 (6:19 pm)
I believe it's worldspan's property "light_geometry_scale". Making it bigger makes the lightmap to be simpler.. or vice versa, dont' remember it exactly.
#2
07/05/2007 (6:42 pm)
Thanks, i'll try that.
looks like the default is 8.
#3
07/06/2007 (2:22 am)
Hm. There are also two scale parameters exists:
inside_light_scale default 32
outside_light_scale default 32

Looks like this is what you need?