Nevron .NET Vision
Nevron.GraphicsCore Namespace / LightSourceType Enumeration


In This Topic
    LightSourceType Enumeration
    In This Topic
    Defines the type of a light source.
    Syntax
    'Declaration
     
    
    Public Enum LightSourceType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LightSourceType
    public enum LightSourceType : System.Enum 
    Members
    MemberDescription
    DirectionalA light source that is infinitely far away from the scene. The rays of light emitted by a directional light source can be considered parallel by the time they reach an object.
    PositionalThe exact position of this light source within a scene determines the effect it has on the scene.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.LightSourceType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also