Description
Gets or sets whether to show shadows or not.
When set to true, the Raster will only be projected onto parts
of the terrain visible from the Projection's position. When false,
the Raster will project onto any terrain
inside the Projection's view frustum. Shadows
are more realistic, but are slower to render.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ShowShadows() As Boolean
|