Enum PdfLightingScheme
PdfLightingScheme enumeration
LightingScheme specifies the lighting to apply to 3D artwork.
public enum PdfLightingScheme
Values
| 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
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D