API / geotoolkit3d / scene / MeshColorMapBasicMaterial / MeshColorMapBasicMaterial
scene.MeshColorMapBasicMaterial.MeshColorMapBasicMaterial
Type Aliases
Type Aliases
Ƭ CommonOptions: Object
| Name | Type | Description |
|---|---|---|
alphaMap? | Texture | The alpha map is a grayscale texture that controls the opacity across the surface |
aoMap? | Texture | The red channel of this texture is used as the ambient occlusion map |
aoMapIntensity | number | Intensity of the ambient occlusion effect. Default is 1. |
map? | Texture | the map texture |
wireframe | boolean | Render geometry as wireframe. Default is false. |
wireframeLinecap | string | Define appearance of line ends. Possible values are 'butt', 'round' and 'square'. Default is 'round'. |
wireframeLinejoin | string | Define appearance of line joints. Possible values are 'round', 'bevel' and 'miter'. Default is 'round'. |
Ƭ Options: Partial<CommonOptions> & Options
The constructor options, see complete parameters in THREE.MeshBasicMaterial
Ƭ OptionsBase: Partial<CommonOptions> & OptionsBase
Ƭ OptionsBaseOut: CommonOptions & OptionsBaseOut