C# Class Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionPrograms.FixedFunctionProgramsParameters

Datei anzeigen Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
fogColor Axiom.Core.ColorEx
fogDensity Real
fogEnd Real
fogMode FogMode
fogStart Real
lightAmbient Axiom.Core.ColorEx
lightingEnabled bool
lights List
materialAmbient Axiom.Core.ColorEx
materialDiffuse Axiom.Core.ColorEx
materialEmissive Axiom.Core.ColorEx
materialShininess float
materialSpecular Axiom.Core.ColorEx
projectionMatrix Axiom.Math.Matrix4
textureEnabled List
textureMatricies List
viewMatrix Axiom.Math.Matrix4
worldMatrix Axiom.Math.Matrix4

Public Methods

Method Description
FixedFunctionProgramsParameters ( ) : System.Collections.Generic
IsTextureEnabled ( int index ) : bool
SetTextureEnabled ( int index, bool value ) : void
SetTextureMatrix ( int index, Matrix4 matrix ) : void

Method Details

FixedFunctionProgramsParameters() public method

public FixedFunctionProgramsParameters ( ) : System.Collections.Generic
return System.Collections.Generic

IsTextureEnabled() public method

public IsTextureEnabled ( int index ) : bool
index int
return bool

SetTextureEnabled() public method

public SetTextureEnabled ( int index, bool value ) : void
index int
value bool
return void

SetTextureMatrix() public method

public SetTextureMatrix ( int index, Matrix4 matrix ) : void
index int
matrix Axiom.Math.Matrix4
return void

Property Details

fogColor protected_oe property

protected ColorEx,Axiom.Core fogColor
return Axiom.Core.ColorEx

fogDensity protected_oe property

protected Real fogDensity
return Real

fogEnd protected_oe property

protected Real fogEnd
return Real

fogMode protected_oe property

protected FogMode fogMode
return FogMode

fogStart protected_oe property

protected Real fogStart
return Real

lightAmbient protected_oe property

protected ColorEx,Axiom.Core lightAmbient
return Axiom.Core.ColorEx

lightingEnabled protected_oe property

protected bool lightingEnabled
return bool

lights protected_oe property

protected List lights
return List

materialAmbient protected_oe property

protected ColorEx,Axiom.Core materialAmbient
return Axiom.Core.ColorEx

materialDiffuse protected_oe property

protected ColorEx,Axiom.Core materialDiffuse
return Axiom.Core.ColorEx

materialEmissive protected_oe property

protected ColorEx,Axiom.Core materialEmissive
return Axiom.Core.ColorEx

materialShininess protected_oe property

protected float materialShininess
return float

materialSpecular protected_oe property

protected ColorEx,Axiom.Core materialSpecular
return Axiom.Core.ColorEx

projectionMatrix protected_oe property

protected Matrix4,Axiom.Math projectionMatrix
return Axiom.Math.Matrix4

textureEnabled protected_oe property

protected List textureEnabled
return List

textureMatricies protected_oe property

protected List textureMatricies
return List

viewMatrix protected_oe property

protected Matrix4,Axiom.Math viewMatrix
return Axiom.Math.Matrix4

worldMatrix protected_oe property

protected Matrix4,Axiom.Math worldMatrix
return Axiom.Math.Matrix4