Optional
opaque: StandardMaterialOptional
transparent: StandardMaterialOptional
simple: MaterialOptional
wireframe: LineBasicMaterialOptional
ghost: MaterialOptional
mask: ShaderMaterialOptional
outline: OutlineMaterialOptional
merge: MergeMaterialOptional
skyBox: SkyboxMaterialReadonly
ghostMaterial used to show traces of hidden objects.
Readonly
maskMaterial used to filter out what is not selected for selection outline effect.
Readonly
mergeMaterial used to merge outline effect with scene render.
Readonly
opaqueMaterial used for opaque model geometry.
Readonly
outlineMaterial used for selection outline effect.
Readonly
simpleMaterial used for maximum performance.
Readonly
skyMaterial used for the skybox effect.
Readonly
transparentMaterial used for transparent model geometry.
Readonly
wireframeMaterial used when creating wireframe geometry of the model.
Static
instanceThe clipping planes applied to all relevent materials
Determines the color of the highlight effect on mouse hover.
Determines the color intensity of the highlight effect on mouse hover.
Determines the color of the ghost material.
Determines the opacity of the ghost material.
Determines the color of the model regular opaque and transparent materials.
A signal dispatched whenever a material is modified.
Size of the blur convolution on the selection outline effect. Minimum 2.
Color of the selection outline effect.
Gradient of the the selection outline effect.
Intensity of the the selection outline effect.
Color of the stroke effect where the section box intersects the model.
Gradient of the stroke effect where the section box intersects the model.
The width of the stroke effect where the section box intersects the model.
Determines the color of wireframe meshes.
Determines the opacity of wireframe meshes.
Updates material settings based on the provided configuration.
The settings to apply to the materials.
Static
createStatic
get
Defines the materials to be used by the vim loader and allows for material injection.