Game Development Community

Small size atlas terrain

by Steven Zhou · in Torque Game Engine Advanced · 11/22/2007 (6:39 pm) · 3 replies

Hi, all, in some application, I need very small atlas terrain, 128 X 128 or 256 * 256 even smaller. but I can import atlas2 from l3dt 1024 X 1024 successfully, but failed in 256 X 256. have atlas any small size limit or need change some code? clip size defaultly is 512, I change to 256 to fit the small terrian. thank you very much.

#1
11/23/2007 (3:49 am)
Minimum heightmap size is 512x512.

But if you need such a small terrain, using legacy actually should be the far better decision as it is much more appropriate for this sizes ...
#2
12/09/2007 (6:23 pm)
Thank you very much.:)
#3
12/10/2007 (12:11 am)
You could always use a 512x512 RAW map, run it through atlas with a 0.5 pixels per meter? that should get the size down to what your almost after - or use some modeled terrain :)