API Reference > imodeljs-common > Rendering > TextureMapping TextureMapping Class Beta Beta Describes how to map a RenderTexture image onto a surface. see RenderMaterial. Methods Name Description constructor(tx: RenderTexture, params: TextureMapping.Params): TextureMapping Properties Name Type Description params TextureMapping.Params The parameters describing how the texture image is mapped to the surface. texture RenderTexture The texture to be mapped to the surface. Defined in core/common/src/TextureMapping.ts Line 22 Last Updated: 13 June, 2024