Description
This .NET class wraps the AcGiShadowParameters2::ExtendedLightShape ObjectARX class.
It gives the collection of shape of the extended light source.
C#
public enum ExtendedLightShape { Linear, Rectangle, Disk, Cylinder, Sphere }
Visual Basic
Public Enum ExtendedLightShape Linear Rectangle Disk Cylinder Sphere End Enum
Members
Members | Description |
---|---|
Linear | Linear lamps (communicated to mental ray as degenerate rectangles). |
Rectangle | Rectangular extended light source. |
Disk | Disk-shaped extended light source. |
Cylinder | Cylindrical extended light source. |
Sphere | Spherical extended light source. |