How does terrain editor achieve the accuracy that I required when drew the earth’s surface
by sunyanqiu · in Torque Game Engine · 02/25/2009 (9:28 pm) · 1 replies
In TGE1.52 , we can use at most eight kinds of terrain texture , and terrain editor can’t achieve the accuracy that I required when drew the earth’s surface meticulously . Please tell me how to solve the problem . thank you !
About the author
Torque 3D Owner Ted Southard
If you mean accuracy of the heightfield itself, you can play with squaresizes and such, but if you're trying to get large, high-density terrains, maybe you should look at TGEA and Atlas (Atlas is a terrain system in TGEA that can create higher density maps, but it is harder to work with than the terrain system in TGE).
Hope that helps.