Last updated

API / geotoolkit3d / scene / MeshColorMapBasicMaterial / MeshColorMapBasicMaterial

Namespace: MeshColorMapBasicMaterial

scene.MeshColorMapBasicMaterial.MeshColorMapBasicMaterial

Table of contents

Type Aliases

Contents

Type Aliases

CommonOptions

Ƭ CommonOptions: Object

Type declaration

NameTypeDescription
alphaMap?TextureThe alpha map is a grayscale texture that controls the opacity across the surface
aoMap?TextureThe red channel of this texture is used as the ambient occlusion map
aoMapIntensitynumberIntensity of the ambient occlusion effect.
Default is 1.
map?Texturethe map texture
wireframebooleanRender geometry as wireframe.
Default is false.
wireframeLinecapstringDefine appearance of line ends.
Possible values are 'butt', 'round' and 'square'. Default is 'round'.
wireframeLinejoinstringDefine appearance of line joints.
Possible values are 'round', 'bevel' and 'miter'. Default is 'round'.

Options

Ƭ Options: Partial<CommonOptions> & Options

The constructor options, see complete parameters in THREE.MeshBasicMaterial


OptionsBase

Ƭ OptionsBase: Partial<CommonOptions> & OptionsBase


OptionsBaseOut

Ƭ OptionsBaseOut: CommonOptions & OptionsBaseOut