Description
Gets or sets whether per-pixel lighting is
used for terrain and imagery. When set to true, per-pixel lighting
is used for the best visual quality; when set to false, per
vertex-lighting is used, which may provide better performance on
older GPUs, but worse visual quality. The default value is
true.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UsePerPixelLighting() As Boolean
|