CreateRenderMaterialArgs Interface
Arguments supplied to createRenderMaterial.
Extends
Inherited properties
Name | Type | Inherited from | Description |
---|---|---|---|
alpha Inherited | number | undefined | MaterialParams | Specifies the transparency of the material from 0.0 (fully transparent) to 1.0 (fully opaque). |
diffuse Inherited | MaterialDiffuseProps | undefined | MaterialParams | The diffuse properties of the material. |
specular Inherited | MaterialSpecularProps | undefined | MaterialParams | The specular properties of the material. |
textureMapping Inherited | MaterialTextureMappingProps | undefined | MaterialParams | Maps RenderTexture images to the surfaces to which the material is applied to customize their appearance. |
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.