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

Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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 méthode

public FixedFunctionProgramsParameters ( ) : System.Collections.Generic
Résultat System.Collections.Generic

IsTextureEnabled() public méthode

public IsTextureEnabled ( int index ) : bool
index int
Résultat bool

SetTextureEnabled() public méthode

public SetTextureEnabled ( int index, bool value ) : void
index int
value bool
Résultat void

SetTextureMatrix() public méthode

public SetTextureMatrix ( int index, Matrix4 matrix ) : void
index int
matrix Axiom.Math.Matrix4
Résultat void

Property Details

fogColor protected_oe property

protected ColorEx,Axiom.Core fogColor
Résultat Axiom.Core.ColorEx

fogDensity protected_oe property

protected Real fogDensity
Résultat Real

fogEnd protected_oe property

protected Real fogEnd
Résultat Real

fogMode protected_oe property

protected FogMode fogMode
Résultat FogMode

fogStart protected_oe property

protected Real fogStart
Résultat Real

lightAmbient protected_oe property

protected ColorEx,Axiom.Core lightAmbient
Résultat Axiom.Core.ColorEx

lightingEnabled protected_oe property

protected bool lightingEnabled
Résultat bool

lights protected_oe property

protected List lights
Résultat List

materialAmbient protected_oe property

protected ColorEx,Axiom.Core materialAmbient
Résultat Axiom.Core.ColorEx

materialDiffuse protected_oe property

protected ColorEx,Axiom.Core materialDiffuse
Résultat Axiom.Core.ColorEx

materialEmissive protected_oe property

protected ColorEx,Axiom.Core materialEmissive
Résultat Axiom.Core.ColorEx

materialShininess protected_oe property

protected float materialShininess
Résultat float

materialSpecular protected_oe property

protected ColorEx,Axiom.Core materialSpecular
Résultat Axiom.Core.ColorEx

projectionMatrix protected_oe property

protected Matrix4,Axiom.Math projectionMatrix
Résultat Axiom.Math.Matrix4

textureEnabled protected_oe property

protected List textureEnabled
Résultat List

textureMatricies protected_oe property

protected List textureMatricies
Résultat List

viewMatrix protected_oe property

protected Matrix4,Axiom.Math viewMatrix
Résultat Axiom.Math.Matrix4

worldMatrix protected_oe property

protected Matrix4,Axiom.Math worldMatrix
Résultat Axiom.Math.Matrix4