C# 클래스 Axiom.RenderSystems.Xna.FixedFunctionEmulation.FixedFunctionPrograms.FixedFunctionProgramsParameters

파일 보기 프로젝트 열기: WolfgangSt/axiom

보호된 프로퍼티들

프로퍼티 타입 설명
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