Texturing Large Meshes

Blitz3D Forums/Blitz3D Programming/Texturing Large Meshes

_PJ_(Posted 2004) [#1]
Is it possible to multitexture large meshes (i.e level maps etc) using the Blitz 3D command set?

I mean to have say 3 rooms with different floors, wallpaper and cielings or something???


jhocking(Posted 2004) [#2]
You need to break up the mesh into separate surfaces, to put a different texture on each surface.