API Reference > imodeljs-common > Rendering > RenderMaterial RenderMaterial Namespace Class Name Description RenderMaterial.Params Parameters used to construct a RenderMaterial Defined in core/common/src/RenderMaterial.ts Line 32 RenderMaterial Class Represents a material which can be applied to a surface to control aspects of its appearance such as color, reflectivity, texture, and so on. Methods Name Description constructor(params: RenderMaterial.Params): RenderMaterial Protected Properties Name Type Description hasTexture Accessor ReadOnly boolean key Readonly undefined | string If the material originated from a Material element in the IModelDb, the Id of that element. textureMapping Readonly undefined | TextureMapping Describes how to map an image to a surface to which this material is applied. Defined in core/common/src/RenderMaterial.ts Line 15 Last Updated: 11 June, 2024