Game Development Community

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?

#1
07/21/2002 (4:03 am)
you wont gain much graphic improvement with this... 512*512 is quit good actually.... doubling the texture resolution will not double the graphic quality.
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.