enum
LightingModelBuildFlag
Lighting models (as a mask) to include in builds.
Fields
| Name | Description |
|---|---|
| BlinnPhong | Include shaders for the BlinnPhong lighting model. |
| Lambert | Include shaders for the Lambert lighting model. |
| None | Don't include any shaders. |
| Standard | Include shaders for the Standard lighting model. |
| StandardSpecular | Include shaders for the StandardSpecular lighting model. |
| Unlit | Include Unlit shaders. |