WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Sky, Missing Parts (https://forum.worldviz.com/showthread.php?t=5094)

javadi 07-06-2014 07:01 AM

Sky, Missing Parts
 
3 Attachment(s)
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

Jeff 07-07-2014 03:31 PM

It may be an issue with clipping. Try increasing the far clipping distance:

Code:

viz.MainWindow.clip(0.5, 2000)

javadi 07-07-2014 03:57 PM

Great. Thanks. It works. :-)


All times are GMT -7. The time now is 03:43 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC