Interface IPointCloudImp<TGpuData>
Smallest common set of properties that are needed to render point clouds out of core.
Inherited Members
Namespace: Fusee.PointCloud.Common
Assembly: Fusee.PointCloud.Common.dll
Syntax
public interface IPointCloudImp<TGpuData> : IPointCloudImpBase
Type Parameters
| Name | Description |
|---|---|
| TGpuData |
Properties
GpuDataToRender
The GpuMesh, created from visible octants/point chunks, that are ready to be rendered.
Declaration
List<TGpuData> GpuDataToRender { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<TGpuData> |