This .NET class wraps the AcGiShadowParameters2::ExtendedLightShape ObjectARX class.
It gives the collection of shape of the extended light source.
Public Enum ExtendedLightShape Linear Rectangle Disk Cylinder Sphere End Enum
public enum ExtendedLightShape { Linear, Rectangle, Disk, Cylinder, Sphere }
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. |
Comments? |