An NDoc Documented Class Library

Light Class

The abstract class Light encapsulate the essential properties of a light like Ambient, Specular, Diffuse A intstance of Light must override, the abstract method UpDate. A call to this method moves all values of the light to the graphicenvironment.

For a list of all members of this type, see Light Members.

System.Object
   Minais.Drawing3d.Light

public abstract class Light

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Minais.Drawing3d

Assembly: Drawing3d (in Drawing3d.dll)

See Also

Light Members | Minais.Drawing3d Namespace