Class BaseTextureDto (Inputs.BabylonMaterial)
Constructors
constructor
new BaseTextureDto( material?: PBRMetallicRoughnessMaterial, baseTexture?: Texture,): BaseTextureDto Parameters
Optionalmaterial: PBRMetallicRoughnessMaterialOptionalbaseTexture: Texture
Properties
material
material: PBRMetallicRoughnessMaterial
baseTexture
baseTexture: Texture
Feeds
babylon.material.pbrMetallicRoughness.setBaseTexturewith a material and the image texture that replaces its base color.