For some reason when I load a mesh as a child of terrain it does not appear. But when its just loaded is works fine. I need the meshes to be children of the terrain... how can I fix this?
terrain = createterrain("heightmap.bmp") mesh = loadmesh("meshfile.x", terrain) ; this does not work mesh = loadmesh("meshfile.x") ; this works positionentity mesh, 256, 256, 10