Interface: Dot3DOptions
Defined in: mobjects/three-d/ThreeDExtensions.ts:256
Options for creating a Dot3D
Properties
color?
optionalcolor:string
Defined in: mobjects/three-d/ThreeDExtensions.ts:262
Color as CSS color string. Default: '#ffffff'
glow?
optionalglow:boolean
Defined in: mobjects/three-d/ThreeDExtensions.ts:266
Whether to add a glow effect. Default: false
glowIntensity?
optionalglowIntensity:number
Defined in: mobjects/three-d/ThreeDExtensions.ts:268
Glow intensity multiplier. Default: 1.5
glowRadius?
optionalglowRadius:number
Defined in: mobjects/three-d/ThreeDExtensions.ts:270
Glow radius multiplier (relative to dot radius). Default: 3
opacity?
optionalopacity:number
Defined in: mobjects/three-d/ThreeDExtensions.ts:264
Opacity from 0 to 1. Default: 1
point?
optionalpoint:Vector3Tuple
Defined in: mobjects/three-d/ThreeDExtensions.ts:260
Center position [x, y, z]. Default: [0, 0, 0]
radius?
optionalradius:number
Defined in: mobjects/three-d/ThreeDExtensions.ts:258
Radius of the dot. Default: 0.08
resolution?
optionalresolution:number
Defined in: mobjects/three-d/ThreeDExtensions.ts:272
Resolution of the sphere. Default: 16