i downloaded a mesh from http://www.3dtotal.com/
in case you need to know it is under 'free stuff' at the top, then meshes, then Low Poly.
Desert APC by Nick Cooper
i can't give a direct link because 3dtotal uses lots of javascript :/
the question is general, however... this object comes with 3tga files, which are the textures. how can i apply those textures?
i've tried this
b=LoadTexture("gfx\models\rendbmesh_3ds\images\body.tga" )
EntityTexture car,b,0,0
c=LoadTexture("gfx\models\rendbmesh_3ds\images\turret.tga" )
EntityTexture car,c,0,1
d=LoadTexture("gfx\models\rendbmesh_3ds\images\wheel.tga" )
EntityTexture car,d,0,2
but it doesn't work. i have never done this before. the whole object seems to be taking on the last texture i load into it (wheel.tga)
in case you need to know it is under 'free stuff' at the top, then meshes, then Low Poly.
Desert APC by Nick Cooper
i can't give a direct link because 3dtotal uses lots of javascript :/
the question is general, however... this object comes with 3tga files, which are the textures. how can i apply those textures?
i've tried this
b=LoadTexture("gfx\models\rendbmesh_3ds\images\body.tga" )
EntityTexture car,b,0,0
c=LoadTexture("gfx\models\rendbmesh_3ds\images\turret.tga" )
EntityTexture car,c,0,1
d=LoadTexture("gfx\models\rendbmesh_3ds\images\wheel.tga" )
EntityTexture car,d,0,2
but it doesn't work. i have never done this before. the whole object seems to be taking on the last texture i load into it (wheel.tga)