SpatialMaterialSpecularMode Enumeration |
[Missing <summary> documentation for "T:Godot.SpatialMaterial.SpecularMode"]
Namespace: Godot
public enum SpecularMode
| Member name | Value | Description | |
|---|---|---|---|
| SchlickGgx | 0 | Default specular blob. | |
| Blinn | 1 | Older specular algorithm, included for compatibility. | |
| Phong | 2 | Older specular algorithm, included for compatibility. | |
| Toon | 3 | Toon blob which changes size based on roughness. | |
| Disabled | 4 | No specular blob. |