View Single Post
  #1  
Old 07-06-2014, 07:01 AM
javadi javadi is offline
Member
 
Join Date: Mar 2013
Location: London
Posts: 33
Sky, Missing Parts

Hello all

I create sky using the following lines

Code:
env = viz.addEnvironmentMap('sky.jpg')
sky = viz.addCustomNode('skydome.dlc')
sky.texture(env)
The problem is in some angles the sky is not covering the horizon. Here I have attached three screen shots showing the situation. When you go forward it covers more. It is like this for only some angles. When you turn back it covers the whole horizon. Would you please let me know how to solve it? Thanks.

Greetings
Amir
Attached Thumbnails
Click image for larger version

Name:	Sky.png
Views:	767
Size:	818.8 KB
ID:	658   Click image for larger version

Name:	Sky, when you go forward.png
Views:	760
Size:	852.0 KB
ID:	659   Click image for larger version

Name:	Sky, when you turn back.png
Views:	717
Size:	895.4 KB
ID:	660  
Reply With Quote