Interface: PointMobjectOptions
Defined in: mobjects/point/PointMobject.ts:8
Options for creating a PointMobject
Properties
color?
optionalcolor:string
Defined in: mobjects/point/PointMobject.ts:12
Color as CSS color string. Default: white (#FFFFFF)
opacity?
optionalopacity:number
Defined in: mobjects/point/PointMobject.ts:14
Opacity from 0 to 1. Default: 1
position?
optionalposition:Vector3Tuple
Defined in: mobjects/point/PointMobject.ts:10
Position [x, y, z]. Default: [0, 0, 0]
size?
optionalsize:number
Defined in: mobjects/point/PointMobject.ts:16
Size in pixels. Default: 8