Hi,
I'm having a bit of trouble with my terrain. I'm using the default terrain commands (Code below) to create it, and even with ambient light set to 100%, it is really dark.
terrain = nextfreeobject()
make object terrain terrain
set terrain heightmap terrain, "files\heightmaps\zone" + str$(zoneno) + ".bmp"
set terrain scale terrain, 3, 0.6, 3
set terrain split terrain, 16
set terrain tiling terrain, 4
set terrain light terrain, 1, -0.25, 0, 1, 1, 0.78, 0.5
set terrain texture terrain, 1, 2
build terrain terrain
position object terrain, -(object size x(terrain) / 2), 0, -(object size z(terrain) / 2)
sc_setupComplexObject terrain,1,2
Here's what i mean:
Matt
Welcome down to London City where the attitudes bad and the weather is shitty...