Game Development Community

Material not showing.

by Joseph Jonathan · in Artist Corner · 10/16/2006 (8:48 am) · 2 replies

I can export my texter and shape but in the show program and in game the shape shows up with no texture.

any one knowing what is happening?

#1
10/19/2006 (8:35 pm)
The main things I know of that can cause this are:

1. You have to place a copy of your texture into the same folder as your shape.

2. The texture also has to be sized in powers of 2. (128x128 or 256x256 for example.)

There are some excellent video tutorials using texture and the torque exporter for blender here:

http://www.users.on.net/~symes/gamedev/videotuts/videotuts.html
#2
10/20/2006 (6:39 am)
OK thanks I followed his tutorial before and it still didn't show up but i think i forgot to size it in a power of 2. thanks