The parameters to configure the material.
Optional
blendThe blending mode. Use THREE.NormalBlending
or THREE.AdditiveBlending
. default NormalBlending
Optional
blinkEnable blinking only on the fresnel effect.. default false
Optional
depthEnable or disable depthTest.. default true
Optional
enableEnable/disable blinking effect. default true
Optional
fresnelThe strength of the fresnel effect. default 1
Optional
fresnelThe opacity for the fresnel effect. default 1
Optional
hologramThe brightness of the hologram. default 1
Optional
hologramThe color of the hologram. default new Color('#00d5ff')
Optional
hologramThe opacity of the hologram. default 1
Optional
scanlineThe size of the scanline effect. default 15
Optional
side?: SideThe rendering side. Use THREE.FrontSide
, THREE.BackSide
, or THREE.DoubleSide
.. default FrontSide
Optional
signalThe speed of the signal effect. default 1
Optional
time?: numberThe time uniform representing animation time. default 0
Create a HolographicMaterial.