Class RendererMaterial
Inheritance
System.Object
RendererMaterial
Assembly: Aximo.Render.dll
Syntax
public class RendererMaterial
Fields
|
Improve this Doc
View Source
CastShadow
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DiffuseMap
Declaration
public RendererTexture DiffuseMap
Field Value
|
Improve this Doc
View Source
RenderPipeline
Declaration
public IRenderPipeline RenderPipeline
Field Value
|
Improve this Doc
View Source
SpecularMap
Declaration
public RendererTexture SpecularMap
Field Value
|
Improve this Doc
View Source
UseVertexColor
Declaration
public bool UseVertexColor
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
Ambient
Declaration
public float Ambient { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
CubeShadowShader
Declaration
public RendererShader CubeShadowShader { get; set; }
Property Value
|
Improve this Doc
View Source
DefGeometryShader
Declaration
public RendererShader DefGeometryShader { get; set; }
Property Value
|
Improve this Doc
View Source
DiffuseColor
Declaration
public Vector4 DiffuseColor { get; set; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector4 |
|
|
Improve this Doc
View Source
Shader
Declaration
public RendererShader Shader { get; set; }
Property Value
|
Improve this Doc
View Source
ShadowShader
Declaration
public RendererShader ShadowShader { get; set; }
Property Value
|
Improve this Doc
View Source
Shininess
Declaration
public float Shininess { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SpecularStrength
Declaration
public float SpecularStrength { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
CreateShaders()
Declaration
public void CreateShaders()
|
Improve this Doc
View Source
GetDefault()
Declaration
public static RendererMaterial GetDefault()
Returns
|
Improve this Doc
View Source
WriteToShader(String, RendererShader)
Declaration
public void WriteToShader(string name, RendererShader shader)
Parameters