Property | Type | Description | |
---|---|---|---|
fogColor | |||
fogDensity | Real | ||
fogEnd | Real | ||
fogMode | FogMode | ||
fogStart | Real | ||
lightAmbient | |||
lightingEnabled | bool | ||
lights | List |
||
materialAmbient | |||
materialDiffuse | |||
materialEmissive | |||
materialShininess | float | ||
materialSpecular | |||
projectionMatrix | |||
textureEnabled | List |
||
textureMatricies | List |
||
viewMatrix | |||
worldMatrix |
Method | Description | |
---|---|---|
FixedFunctionProgramsParameters ( ) : System.Collections.Generic | ||
IsTextureEnabled ( int index ) : bool | ||
SetTextureEnabled ( int index, bool value ) : void | ||
SetTextureMatrix ( int index, |
public FixedFunctionProgramsParameters ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SetTextureEnabled ( int index, bool value ) : void | ||
index | int | |
value | bool | |
return | void |
public SetTextureMatrix ( int index, |
||
index | int | |
matrix | ||
return | void |
protected ColorEx,Axiom.Core lightAmbient | ||
return |
protected ColorEx,Axiom.Core materialAmbient | ||
return |
protected ColorEx,Axiom.Core materialDiffuse | ||
return |
protected ColorEx,Axiom.Core materialEmissive | ||
return |
protected ColorEx,Axiom.Core materialSpecular | ||
return |
protected Matrix4,Axiom.Math projectionMatrix | ||
return |