| RenderLightingSetupMode Enumeration |
The RenderLightingSetupMode enumeration defines the lighting mode used in the rendering of materials.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public enum RenderLightingSetupMode
public enum class RenderLightingSetupMode
Members
| Member name | Value | Description |
---|
| Cube | 0 |
The lighting is done using the cube environment.
|
| Lightmap | 1 |
The lighting is done using the computed lightmaps.
|
| Preview | 2 |
The lighting is done using the preview mode.
|
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also