Show / Hide Table of Contents

Enum PointShape

Available point shapes.

Namespace: Fusee.PointCloud.Common
Assembly: Fusee.PointCloud.Common.dll
Syntax
public enum PointShape

Fields

Name Description
Circle

Every point appears as a circle.

Paraboloid

Every point appears as a rectangle with weighted Z-Buffer values to generate a paraboloid.

Rect

Every point appears as a rectangle.

Generated by DocFX
GitHub Repo
Back to top