i added it to my floor node
Code: Select all
setMaterialTexture( 0,base_texture);
setMaterialType( video::EMT_SOLID );
should I dived my floor in smaller triangles or there is a trick which can be used?
my current floor for example has the size 1000x1000 units and to draw it i need only for vertex and 6 indeces.