Skip to main content

Interface: Dot3DOptions

Defined in: mobjects/three-d/ThreeDExtensions.ts:256

Options for creating a Dot3D

Properties

color?

optional color: string

Defined in: mobjects/three-d/ThreeDExtensions.ts:262

Color as CSS color string. Default: '#ffffff'


glow?

optional glow: boolean

Defined in: mobjects/three-d/ThreeDExtensions.ts:266

Whether to add a glow effect. Default: false


glowIntensity?

optional glowIntensity: number

Defined in: mobjects/three-d/ThreeDExtensions.ts:268

Glow intensity multiplier. Default: 1.5


glowRadius?

optional glowRadius: number

Defined in: mobjects/three-d/ThreeDExtensions.ts:270

Glow radius multiplier (relative to dot radius). Default: 3


opacity?

optional opacity: number

Defined in: mobjects/three-d/ThreeDExtensions.ts:264

Opacity from 0 to 1. Default: 1


point?

optional point: Vector3Tuple

Defined in: mobjects/three-d/ThreeDExtensions.ts:260

Center position [x, y, z]. Default: [0, 0, 0]


radius?

optional radius: number

Defined in: mobjects/three-d/ThreeDExtensions.ts:258

Radius of the dot. Default: 0.08


resolution?

optional resolution: number

Defined in: mobjects/three-d/ThreeDExtensions.ts:272

Resolution of the sphere. Default: 16