PdfLightingScheme Enumeration |
LightingScheme specifies the lighting to apply to 3D artwork.
Namespace: Aspose.ThreeD.FormatsAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum PdfLightingScheme
Public Enumeration PdfLightingScheme
public enum class PdfLightingScheme
Members
| Member name | Value | Description |
---|
| Artwork | 0 |
Uses the lights defined in the scene
|
| None | 1 |
No lights are used.
|
| White | 2 |
Three blue-grey infinite lights, no ambient term
|
| Day | 3 |
Three light-grey infinite lights, no ambient term
|
| Night | 4 |
One yellow, one aqua, and one blue infinite light, no ambient term
|
| Hard | 5 |
Three grey infinite lights, moderate ambient term
|
| Primary | 6 |
One red, one green, and one blue infinite light, no ambient term
|
| Blue | 7 |
Three blue infinite lights, no ambient term
|
| Red | 8 |
Three red infinite lights, no ambient term
|
| Cube | 9 |
Six grey infinite lights aligned with the major axes, no ambient term
|
| CAD | 10 |
Three grey infinite lights and one light attached to the camera, no ambient term
|
| Headlamp | 11 |
Single infinite light attached to the camera, low ambient term
|
See Also