# DefaultMaterial

The `DefaultMaterial` class encapsulates an image-based material.

## Properties

| Property                   | Description                                                                                                                                                                                                           |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `blendMode`                | <p><code>(get) blendMode: Signal\<MaterialsModule.BlendMode> (set) blendMode: Signal\<MaterialsModule.BlendMode></code></p><p>Specifies the material blend mode.</p>                                                  |
| `emissive`                 | <p><code>(get) emissive: TextureBase (set) emissive: TextureBase</code></p><p>Specifies the emissive texture of the material.</p>                                                                                     |
| `emissiveTextureTransform` | <p><code>(get) emissiveTextureTransform: TextureTransform (set) emissiveTextureTransform: TextureTransformSignal</code></p><p>Specifies the coordinates transform of the emissive texture of this material.</p>       |
| `multiply`                 | <p><code>(get) multiply: TextureBase (set) multiply: TextureBase</code></p><p>Specifies the multiplicative texture of the material. This can be used for masking and other purposes.</p>                              |
| `multiplyTextureTransform` | <p><code>(get) multiplyTextureTransform: TextureTransform (set) multiplyTextureTransform: TextureTransformSignal</code></p><p>Specifies the coordinates transform of the multiplicative texture of this material.</p> |
| `reflective`               | <p><code>(get) reflective: TextureBase (set) reflective: TextureBase</code></p><p>Specifies the reflective texture of the material.</p>                                                                               |

## Methods

This module exposes no methods.
