Cubes

Blitz3D Forums/Blitz3D Programming/Cubes

RetroRusty(Posted 2004) [#1]
Can you put 2 textures on one cube? So that I have 1 image on 1 side of the cube and another image on another side of the cube?


jhocking(Posted 2004) [#2]
Yes. You can split the mesh into separate surfaces and put a different texture on each surface.


David819(Posted 2004) [#3]
yes, i think you can, you would have to get the surface/triangles you wished to place the texture onm, then just place the texture on that section, or you could mnake a cube in a modeling program and then regrouph the top bottom sides etc, and apply a seperate texture to each.
(sorry if this aint clear but i'm not a home to try and make some code up to explain it better)