material
References a shader and specifies input values if needed.
Dependencies
Attributes
Attribute | Type | Default | Description |
---|---|---|---|
shaderRef | uuid | None | UUID of the referenced shader. |
isDoubleSided | bool | None | Whether the material is double sided or not. |
dataJSON | json | None | Input values as described in the referenced shader in their original JSON format. |
constantsJSON | json | None | Specialization constants values as described in the referenced shader in their original JSON format. |