PointShape

PointShape

Specifies the appearance of points.

Index

Enumeration Members

Enumeration Members

PointShape.Disk
Disk: 1

Points will be drawn as circles filled with a solid color.

PointShape.Sphere
Sphere: 2

Points will be drawn as filled circles lit as if they were spheres instead of being filled with a solid color.

PointShape.Square
Square: 0

Points will be drawn as squares filled with a solid color. This option will give the best performance for large point clouds.