RenderContextBase.NormalizeNormals Method

Turns the vertex normals normalization on or off (OpenGL only).
Public Overridable Sub NormalizeNormals( _ 
ByVal enable As Boolean
)
This language is not supported or no code example is available.
public virtual void NormalizeNormals( 
bool enable 
)
This language is not supported or no code example is available.

Parameters

enable
bool

If true, turns it on, else turn it off

.NET Framework

Supported in: 4.8

In this article

Definition