C# Class NewTOAPIA.GL.GLAffectLightSpot

Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GLAffectLightSpot ( Vector3f direction, float cutoff, float exponent ) : NewTOAPIA.Graphics
RealizeForLight ( GLLightName aLight ) : void
ToString ( ) : string

Method Details

GLAffectLightSpot() public method

public GLAffectLightSpot ( Vector3f direction, float cutoff, float exponent ) : NewTOAPIA.Graphics
direction Vector3f
cutoff float
exponent float
return NewTOAPIA.Graphics

RealizeForLight() public method

public RealizeForLight ( GLLightName aLight ) : void
aLight GLLightName
return void

ToString() public method

public ToString ( ) : string
return string