Quote: Original post by Dom_152
OK thanks this seems to be working well. Although sometimes I will texture the walls. Then do the floor with a different texture. After doing some other things I'll notice that the walls are now textured with the floor texture :S
is the entire thing one big mesh? i wouldn't do that unless your engine support multitexturing on meshes. that and it is bad for performance.
and the reason why your walls get your floor texture is because you're applying the floor texture without the face selected. if you just apply a texture to the mesh without the face selected it will apply it to the entire mesh.
if the enture thing is not one big mesh then you're applying the textures wrong.