Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Camera Class / NearPlaneDistanceFactor Property

In This Topic
    NearPlaneDistanceFactor Property
    In This Topic
    Gets or sets the factor used to compute the near plane from the far plane distance.
    Syntax
    'Declaration
     
    Public Property NearPlaneDistanceFactor As Double
    public double NearPlaneDistanceFactor {get; set;}
    Remarks
    By default it is 0.001 of the far plane distance. Set it to a smaller value if it's clipping too much geometry near the viewer in big scenes. Beware that too small values affect the scene rendering precision.Call the Viewport.AdjustNearAndFarPlanes and ViewportLayout.Invalidate to see the effect of the change.
    See Also