Click or drag to resize

ShadowRenderStyle Enumeration

The style of the Shadows in the Scene.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public enum ShadowRenderStyle
Members
  Member nameValueDescription
None0 No Shadows.
Below1 Shadows projected directly above each object to the plane of the Scene floor.
Planar2 Shadows projected from each light to the plane of the Scene floor.
Volume3 Shadows projected from each light to the surfaces of other objects, and finally the Scene floor.
AmbientOcclusion4 Ambient Occulusion shadowing. Shadows generated as if you were viewing the Scene on an overcast day.
See Also