jjones7947
Senior Newbie 
Java games rock!
|
 |
«
Reply #1 - Posted
2005-04-13 11:35:29 » |
|
Is this the kind of multi-texture where you have different single textures on different faces of an object? Or the kind where you put more than one texture on the same face. If type one, you have to break up the geometry so each sub-shape has one base texture. If you use TextureUnitStates, you can apply more than one texture to all the faces of this subshape. Texture unit states is how you add more than one texture to the same face Jim
|