Struct MaterialProperties
- Namespace
- SearchAThing.OpenGL.Core
- Assembly
- netcore-opengl-core.dll
Describe the strength (0..1) of the ambient, diffuse, specular light effects.
public struct MaterialProperties
- Inherited Members
Fields
Ambient
Ambient strength ( 0..1 ).
public float Ambient
Field Value
Diffuse
Diffuse strength ( 0..1 ).
public float Diffuse
Field Value
Specular
Specular strength ( 0..1 ).
public float Specular
Field Value
Properties
Default
Default material properties.
public static MaterialProperties Default { get; }
Property Value
Methods
ToVector3()
public Vector3 ToVector3()