Texturing Large Meshes

Blitz3D Forums/Blitz3D Programming/Texturing Large Meshes

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???

You need to break up the mesh into separate surfaces, to put a different texture on each surface.