C# Класс Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionPrograms.FixedFunctionProgramsParameters

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
FixedFunctionProgramsParameters ( ) : System.Collections.Generic
IsTextureEnabled ( int index ) : bool
SetTextureEnabled ( int index, bool value ) : void
SetTextureMatrix ( int index, Matrix4 matrix ) : void

Описание методов

FixedFunctionProgramsParameters() публичный Метод

public FixedFunctionProgramsParameters ( ) : System.Collections.Generic
Результат System.Collections.Generic

IsTextureEnabled() публичный Метод

public IsTextureEnabled ( int index ) : bool
index int
Результат bool

SetTextureEnabled() публичный Метод

public SetTextureEnabled ( int index, bool value ) : void
index int
value bool
Результат void

SetTextureMatrix() публичный Метод

public SetTextureMatrix ( int index, Matrix4 matrix ) : void
index int
matrix Axiom.Math.Matrix4
Результат void

Описание свойств

fogColor защищенное свойство

protected ColorEx,Axiom.Core fogColor
Результат Axiom.Core.ColorEx

fogDensity защищенное свойство

protected Real fogDensity
Результат Real

fogEnd защищенное свойство

protected Real fogEnd
Результат Real

fogMode защищенное свойство

protected FogMode fogMode
Результат FogMode

fogStart защищенное свойство

protected Real fogStart
Результат Real

lightAmbient защищенное свойство

protected ColorEx,Axiom.Core lightAmbient
Результат Axiom.Core.ColorEx

lightingEnabled защищенное свойство

protected bool lightingEnabled
Результат bool

lights защищенное свойство

protected List lights
Результат List

materialAmbient защищенное свойство

protected ColorEx,Axiom.Core materialAmbient
Результат Axiom.Core.ColorEx

materialDiffuse защищенное свойство

protected ColorEx,Axiom.Core materialDiffuse
Результат Axiom.Core.ColorEx

materialEmissive защищенное свойство

protected ColorEx,Axiom.Core materialEmissive
Результат Axiom.Core.ColorEx

materialShininess защищенное свойство

protected float materialShininess
Результат float

materialSpecular защищенное свойство

protected ColorEx,Axiom.Core materialSpecular
Результат Axiom.Core.ColorEx

projectionMatrix защищенное свойство

protected Matrix4,Axiom.Math projectionMatrix
Результат Axiom.Math.Matrix4

textureEnabled защищенное свойство

protected List textureEnabled
Результат List

textureMatricies защищенное свойство

protected List textureMatricies
Результат List

viewMatrix защищенное свойство

protected Matrix4,Axiom.Math viewMatrix
Результат Axiom.Math.Matrix4

worldMatrix защищенное свойство

protected Matrix4,Axiom.Math worldMatrix
Результат Axiom.Math.Matrix4