Interface: AnnotationDotOptions
Defined in: mobjects/geometry/LabeledGeometry.ts:682
Options for creating an AnnotationDot
Extends
Omit<DotOptions,"point">
Properties
color?
optionalcolor:string
Defined in: mobjects/geometry/Dot.ts:14
Fill color as CSS color string. Default: white (#FFFFFF)
Inherited from
fillOpacity?
optionalfillOpacity:number
Defined in: mobjects/geometry/Dot.ts:16
Fill opacity from 0 to 1. Default: 1
Inherited from
label?
optionallabel:string
Defined in: mobjects/geometry/LabeledGeometry.ts:686
Optional text label content
labelColor?
optionallabelColor:string
Defined in: mobjects/geometry/LabeledGeometry.ts:694
Color for label text. Default: same as dot color
labelDirection?
optionallabelDirection:LabelDirection
Defined in: mobjects/geometry/LabeledGeometry.ts:688
Direction of label relative to dot. Default: 'UR'
labelFontSize?
optionallabelFontSize:number
Defined in: mobjects/geometry/LabeledGeometry.ts:692
Font size for label. Default: 36
labelOffset?
optionallabelOffset:number
Defined in: mobjects/geometry/LabeledGeometry.ts:690
Distance of label from dot center. Default: 0.4
outlineColor?
optionaloutlineColor:string
Defined in: mobjects/geometry/LabeledGeometry.ts:698
Color of the outline. Default: same as dot color with lower opacity
outlineOpacity?
optionaloutlineOpacity:number
Defined in: mobjects/geometry/LabeledGeometry.ts:702
Opacity of the outline. Default: 0.3
outlineScale?
optionaloutlineScale:number
Defined in: mobjects/geometry/LabeledGeometry.ts:700
Scale of the outline relative to dot. Default: 1.5
point?
optionalpoint:Vector3Tuple
Defined in: mobjects/geometry/LabeledGeometry.ts:684
Position of the dot. Default: [0, 0, 0]
radius?
optionalradius:number
Defined in: mobjects/geometry/Dot.ts:12
Radius of the dot. Default: 0.08
Inherited from
showOutline?
optionalshowOutline:boolean
Defined in: mobjects/geometry/LabeledGeometry.ts:696
Whether to show outline/glow effect. Default: true
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/geometry/Dot.ts:18
Stroke width in pixels. Default: 0 (no stroke)