Nevron .NET Vision
Nevron.GraphicsCore Namespace / LightSourceCoordinateMode Enumeration


In This Topic
    LightSourceCoordinateMode Enumeration
    In This Topic
    Enumerates the coordinate modes for a light source.
    Syntax
    'Declaration
     
    
    Public Enum LightSourceCoordinateMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LightSourceCoordinateMode
    public enum LightSourceCoordinateMode : System.Enum 
    Members
    MemberDescription
    CameraThe light source coordinates are defined in camera space.
    ModelThe light source coordinates are defined in model space.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.LightSourceCoordinateMode

    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