Enum VisualServerSingleton.ShadowCastingSetting
enum ShadowCastingSetting
: int { ... }
Enum members
Name | Description |
shadowCastingSettingDoubleSided
|
Disable backface culling when rendering the shadow of the object. This is slightly slower but may result in more correct shadows.
|
shadowCastingSettingOff
|
Disable shadows from this instance.
|
shadowCastingSettingOn
|
Cast shadows from this instance.
|
shadowCastingSettingShadowsOnly
|
Only render the shadows from the object. The object itself will not be drawn.
|