simulo.PointMarker
Simple point marker.
Displays a small point/dot at specified positions. Lighter weight than sphere markers for visualizing many points.
Attributes:
size— Point sizecolor— Point color as RGB or RGBA tuple
simulo.PointMarker( name: str, num_instances: int = 1, _backend_handle: Any = None, size: float = 0.02, color: Color = (1.0, 1.0, 0.0),)