Show / Hide Table of Contents

Enum PointSizeMode

Available point size modes.

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

Fields

Name Description
FixedPixelSize

Given point size is interpreted as diameter of the point in px

FixedWorldSize

Given point size is interpreted as diameter of the point in px for the initial camera position. If the camera gets closer, the point size in px will increase.

Generated by DocFX
GitHub Repo
Back to top