Jump to content

world environment


photo

Recommended Posts

Is there any possibilities to make cube world environment as a skybox (following the cam, rendering below all, individual light settings)? Need to create mountains on the back of the world. We tryed to make something like this using the big cube around the world, but it doesn't looks pretty on the corners.

Link to comment

Is there any possibilities to make cube world environment as a skybox (following the cam, rendering below all, individual light settings)?

 

You can assign a background texture cube map to ObjectSky sphere surface. Select sphere surface and edit material. Check background state and assign propper texture cube map.

 

post-82-0-76825700-1295471690_thumb.jpg

 

Other alternative might be to create a textured cylindrical mesh for your mountain panorama with a radius slightly smaller than far clip distance centered at current camera position via script code.

 

Also using large mountainious ObjectTerrain might do the trick. Terrain sectors in the center of your scene can be disabled or flattened and filled with your actual short-range world geometry.

 

post-82-0-40489700-1295473807_thumb.jpg

Link to comment
  • 2 weeks later...
×
×
  • Create New...