Pdf3DLightingStyle Enumeration
|
Specifies the available styles for applying light to 3D artwork.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum Pdf3DLightingStyle
Public Enumeration Pdf3DLightingStyle
public enum class Pdf3DLightingStyle
Members
|
Member name
|
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.
|
See Also