Enum SpatialMaterial.SpecularMode
enum SpecularMode
: int { ... }
Enum members
| Name | Description |
|---|---|
specularBlinn
|
Older specular algorithm, included for compatibility. |
specularDisabled
|
No specular blob. |
specularPhong
|
Older specular algorithm, included for compatibility. |
specularSchlickGgx
|
Default specular blob. |
specularToon
|
Toon blob which changes size based on roughness. |