tga???
Re: tga???
have you tried? 
I would have thought its possible.. the engine certainly reads tga's

I would have thought its possible.. the engine certainly reads tga's
- Apache Thunder
- Posts: 1213
- Joined: Mon Oct 19, 2009 2:48 am
- Location: Levelland Texas, USA
- Contact:
Re: tga???
Yes I think you can, but you have to turn off mipmaps for the geometry or the texture won't load (will end up with default gray texture instead"
try using this:
Be sure to put the last part in. It turns mipmaps back on. Failure to do so could result in broken water textures and other anomalies. 
try using this:
Code: Select all
textureManager.useMipmaps 0
rem Your geometry template here
textureManager.useMipmaps 1




I have cameras in your head!
- Apache Thunder
- Posts: 1213
- Joined: Mon Oct 19, 2009 2:48 am
- Location: Levelland Texas, USA
- Contact:
Re: tga???
Working on porting the tanks right now. But that's a bit offtopic here. 




I have cameras in your head!