#1
|
|||
|
|||
Near and far clipping on infinite terrain
Hi,
The near and far clipping plane values in the infinite terrain plug-in overrides any clip values set at the begin of the scripts. This makes objects to get chopped off at weird view locations. Is it possible to set the clipping values so it is applicable to the infinite terrain as well? Here is a piece of relevant code: Code:
myWindow = viz.MainWindow myWindow.clip(0.01, 10000, viz.BOTH_EYE) When the following code is added: Code:
terrain = viz.add('InfiniteTerrain.dlc',1,'456',7,6,15000,0.0005) terrain.texture(grass) terrain.parent(carrierGeom) Thanks, Vijay. |
#2
|
|||
|
|||
Can you post the entire script you are using to test this out? When I manually specify the clip values, I get the same values back with or without the terrain object.
|
#3
|
|||
|
|||
Near Clipping Plane with big terrain
I have the same issue. When I use a terrain file I am seeing the near clipping plane set to a value that clips geometry for a meter or so near the viewer this is not good. I tried similar methods to set the clipping plane but didn't get good results. Without the terrain the application runs fine with no near clipping plane issue.
Thanks, Russ. |
|
|