ShaderSet class
ShaderSet class
Shader programs for each kind of materials
The ShaderSet type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__(self) | Construct the instance of ShaderSet |
Properties
| Property | Description |
|---|---|
| lambert | Gets or sets the shader that used to render the lambert material |
| phong | Gets or sets the shader that used to render the phong material |
| pbr | Gets or sets the shader that used to render the PBR material |
| fallback | Gets or sets the fallback shader when required shader is unavailable |
See Also
- module
aspose.threed.render - class
ShaderSet