Class DrawPointsDto<T> (Inputs.Point)
Constructors
constructor
new DrawPointsDto<T>( points?: Point3[], opacity?: number, size?: number, colours?: string | string[], updatable?: boolean, pointsMesh?: T,): DrawPointsDto<T> Parameters
Optionalpoints: Point3[]Optionalopacity: numberOptionalsize: numberOptionalcolours: string | string[]Optionalupdatable: booleanOptionalpointsMesh: T
Properties
points
opacity
opacity: number
size
size: number
colours
colours: string | string[]
updatable
updatable: boolean
OptionalpointsMesh
A list of points and how to draw them: their size, colors and opacity, and whether the drawn mesh will be updated later.