Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Camera Class / Tilt Method
New Up Vector

In This Topic
    Tilt Method
    In This Topic
    Tilts the camera
    Syntax
    'Declaration
     
    Public Sub Tilt( _
       ByVal newUp As Vector3D _
    ) 
    public void Tilt( 
       Vector3D newUp
    )

    Parameters

    newUp
    New Up Vector
    See Also