Face mapping a primitive box

Blitz3D Forums/Blitz3D Programming/Face mapping a primitive box

Imphenzia(Posted 2003) [#1]
Hello,
Is it possible to assign different face textures (not multimapping, but different texture for each side of a box) within Blitz or do I have to create a .3ds file with mapping coordinates etc?


Difference(Posted 2003) [#2]
Check out the code I posted here: http://www.blitzbasic.com/bbs/posts.php?topic=22219


jhocking(Posted 2003) [#3]
It has to do with surfaces, not mapping coordinates. Each side of the box needs to be a different surface in order to have a different texture on each side. The mapping coordinates for all sides will in fact be identical.


Imphenzia(Posted 2003) [#4]
Thanx!
Peter, the code works (of course). I am using textured brushes to assign to the surfaces to get the different textures, not sure if that is the best way of doing it.

Cheers