Interface FakeGlowMaterialParameters

FakeGlowMaterial parameters

FakeGlowMaterialParameters

2024.3.5

yisky

interface FakeGlowMaterialParameters {
    blending?: Blending;
    depthTest?: boolean;
    falloff?: number;
    glowColor?: ColorRepresentation;
    glowInternalRadius?: number;
    glowSharpness?: number;
    opacity?: number;
    side?: Side;
}

Properties

blending?: Blending

The blend mode, AdditiveBlending

FakeGlowMaterialParameters

depthTest?: boolean

Enable or disable depth testing, false.

FakeGlowMaterialParameters

falloff?: number

The falloff factor for the glow effect, 0.1.

FakeGlowMaterialParameters

glowColor?: ColorRepresentation

The color of the glow effect, '#00d5ff'

FakeGlowMaterialParameters

glowInternalRadius?: number

The internal radius for the glow effect, 6.0.

FakeGlowMaterialParameters

glowSharpness?: number

The sharpness of the glow effect, 0.5.

FakeGlowMaterialParameters

opacity?: number

The opacity of the hologram, 1.0.

FakeGlowMaterialParameters

side?: Side

The rendering side, FrontSide.

FakeGlowMaterialParameters