TextureMapping.ParamProps Interface
Properties used to construct a TextureMapping.Params.
Properties
| Name | Type | Description | |
|---|---|---|---|
| mapMode | undefined | TextureMapping.Mode | The mode by which to map the image to a surface. | |
| textureMat2x3 | undefined | TextureMapping.Trans2x3 | The matrix used to map the image to a surface. | |
| textureWeight | undefined | number | The ratio in [0, 1] with which to mix the color sampled from the texture with the surface's color. |
Defined in
- core/common/src/TextureMapping.ts Line 100
Last Updated: 30 November, 2023