Bringing in Atlas Terrain
by Barry Gallagher · in Torque Game Engine Advanced · 08/28/2007 (3:14 pm) · 1 replies
Basically I have created atlas terrain using L3DT.
How do I add it to my level?
How do I add it to my level?
About the author
by Barry Gallagher · in Torque Game Engine Advanced · 08/28/2007 (3:14 pm) · 1 replies
Torque 3D Owner Mark Dynna
new AtlasInstance2(NewTerrain) { position = "0 0 0"; rotation = "1 0 0 0"; scale = "1 1 1"; detailTex = "~/data/terrains/details/detail1"; atlasFile = "~/data/terrains/YOUR_TERRAIN.atlas"; lightMapSize = "1024"; };