How to increase max texture size?
by Lhh · in Torque Game Engine · 07/21/2002 (3:35 am) · 1 replies
See topic, the actual max size is 512x512, but i want to use up to 1024x1024. Any way to make that possible?
by Lhh · in Torque Game Engine · 07/21/2002 (3:35 am) · 1 replies
Torque Owner Very Interactive Person
If its for a model you can simply use 2 * 512*512 .... if its a building you can do it with 2 512*512 textures too, but offcourse you'll have some more faces then.