Specifies the available styles for applying light to 3D artwork.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public enum Pdf3DLightingStyle
Public Enumeration Pdf3DLightingStyle
public enum class Pdf3DLightingStyle
type Pdf3DLightingStyle
Members
Member | Value | Description |
---|---|---|
Artwork | 0 |
The Lights as specified in the 3D artwork.
|
None | 1 |
The lighting specified in the 3D artwork is ignored.
|
White | 2 |
Three blue-grey infinite lights.
|
Day | 3 |
Three light-grey infinite lights.
|
Night | 4 |
One yellow, one aqua, and one blue infinite light.
|
Hard | 5 |
Three grey infinite lights.
|
Primary | 6 |
One red, one green, and one blue infinite light.
|
Blue | 7 |
Three blue infinite lights.
|
Red | 8 |
Three red infinite lights.
|
Cube | 9 |
Six grey infinite lights aligned with the major axes.
|
CAD | 10 |
Three grey infinite lights and one light attached to the camera.
|
Headlamp | 11 |
Single infinite light attached to the camera.
|