Has anyone managed to export skybox from Vue 5 Infinitive or Vue 5 Esprit into B3D.
It exports the cube mesh and also the sky texture, but I just can't figure out how to get it working. Normal way does not work like in code below:
World=LoadMesh( "World.3ds")
PositionEntity World,0,0,0
Sky=LoadTexture("Atmosphe.jpg")
EntityTexture World,Sky
Vue 5 would feel good tool for this purpose I think.
Any hints how to do it?
It exports the cube mesh and also the sky texture, but I just can't figure out how to get it working. Normal way does not work like in code below:
World=LoadMesh( "World.3ds")
PositionEntity World,0,0,0
Sky=LoadTexture("Atmosphe.jpg")
EntityTexture World,Sky
Vue 5 would feel good tool for this purpose I think.
Any hints how to do it?