Enum RenderMode
Available render modes.
Namespace: Fusee.PointCloud.Common
Assembly: Fusee.PointCloud.Common.dll
Syntax
public enum RenderMode
Fields
| Name | Description |
|---|---|
| DynamicMesh | Points are rendered using gl_PointSize using a dynamic (editable) mesh. |
| Instanced | Points are rendered by instanced rendering. Hardware needs to support geometry shaders. |
| StaticMesh | Points are rendered by using gl_PointSize using a static mesh. |