PointStyle3D: {
    Pixelated: typeof PixelatedPoints3D;
    Triangulated: typeof TriangulatedPoints3D;
} = ...

Collection of constructors for specifying style of 3D points rendering.

Used with:

  • PointSeries3D
  • PointCloudSeries3D

Type declaration

  • Pixelated: typeof PixelatedPoints3D

    A style class used to specify style of 3D points rendering as pixelated squares.

    This rendering style is optimal for rendering large numbers of points that do not require great individual detail.

  • Triangulated: typeof TriangulatedPoints3D

    A style class used to specify style of 3D points rendering as triangulated Cubes.