ShadowRenderStyle Enumeration |
Namespace: Demo3D.Visuals
public enum ShadowRenderStyle
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No Shadows. | |
| Below | 1 | Shadows projected directly above each object to the plane of the Scene floor. | |
| Planar | 2 | Shadows projected from each light to the plane of the Scene floor. | |
| Volume | 3 | Shadows projected from each light to the surfaces of other objects, and finally the Scene floor. | |
| AmbientOcclusion | 4 | Ambient Occulusion shadowing. Shadows generated as if you were viewing the Scene on an overcast day. |
© Emulate3D Ltd. All rights reserved.