Well, your box (ground) is not textured. Thus, it's drawn white. That pretty much seems the problem. Give it a texture!
thanks, i've added this:
ground->setMaterialTexture(0, Driver->getTexture("detailmap3.jpg"));
but is the samething (except that now the ground has a texture and isn't white ...