Skip to main content

Interface: PointMobjectOptions

Defined in: mobjects/point/PointMobject.ts:8

Options for creating a PointMobject

Properties

color?

optional color: string

Defined in: mobjects/point/PointMobject.ts:12

Color as CSS color string. Default: white (#FFFFFF)


opacity?

optional opacity: number

Defined in: mobjects/point/PointMobject.ts:14

Opacity from 0 to 1. Default: 1


position?

optional position: Vector3Tuple

Defined in: mobjects/point/PointMobject.ts:10

Position [x, y, z]. Default: [0, 0, 0]


size?

optional size: number

Defined in: mobjects/point/PointMobject.ts:16

Size in pixels. Default: 8