Enum GenericMesh.Material.Illumniation
enum Illumniation
: ubyte { ... }
Enum members
Name | Description |
---|---|
ColorOnAmbientOff
|
Color on and Ambient off |
ColorOnAmbientOn
|
Color on and Ambient on |
FresnelRaytrace
|
ReflectionFresnel on and Ray trace on |
Glass
|
TransparencyGlass on, Reflection: Ray trace off |
GlassRaytrace
|
TransparencyGlass on, Reflection: Ray trace on |
HilightOn
|
Highlight on |
None
|
|
Reflect
|
Reflection on and Ray trace off |
ReflectRaytrace
|
Reflection on and Ray trace on |
RefractFresnelRaytrace
|
TransparencyRefraction on, Reflection: Fresnel on and Ray trace on |
RefractRaytrace
|
TransparencyRefraction on, Reflection: Fresnel off and Ray trace on |
Shadows
|
Casts shadows onto invisible surfaces |