Skip to content

compas_threejs.materials.point_material.PointMaterial ¤

PointMaterial(color: Color = red(), size: float = 1)

Represents the material properties for rendering points in a 3D scene.

Parameters:

  • color (Color, default: red() ) –

    The color of the point. Default is red.

  • size (int, default: 1 ) –

    The size of the point. Default is 5.