Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / NormalizeNormals Method
If true, turns it on, else turn it off

In This Topic
    NormalizeNormals Method (RenderContextBase)
    In This Topic
    Turns the vertex normals normalization on or off (OpenGL only).
    Syntax
    'Declaration
     
    Public Overridable Sub NormalizeNormals( _
       ByVal enable As Boolean _
    ) 
    public virtual void NormalizeNormals( 
       bool enable
    )

    Parameters

    enable
    If true, turns it on, else turn it off
    See Also