Package apple.modelio.enums
Class MDLLightType
- java.lang.Object
-
- apple.modelio.enums.MDLLightType
-
public final class MDLLightType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAmbientstatic longDirectionalstatic longDiscAreastatic longEnvironmentstatic longLinearstatic longPhotometricstatic longPointstatic longProbestatic longRectangularAreastatic longSpotstatic longSuperEllipticalstatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
Ambient
public static final long Ambient
- See Also:
- Constant Field Values
-
Directional
public static final long Directional
- See Also:
- Constant Field Values
-
Spot
public static final long Spot
- See Also:
- Constant Field Values
-
Point
public static final long Point
- See Also:
- Constant Field Values
-
Linear
public static final long Linear
- See Also:
- Constant Field Values
-
DiscArea
public static final long DiscArea
- See Also:
- Constant Field Values
-
RectangularArea
public static final long RectangularArea
- See Also:
- Constant Field Values
-
SuperElliptical
public static final long SuperElliptical
- See Also:
- Constant Field Values
-
Photometric
public static final long Photometric
- See Also:
- Constant Field Values
-
Probe
public static final long Probe
- See Also:
- Constant Field Values
-
Environment
public static final long Environment
- See Also:
- Constant Field Values
-
-