Show / Hide Table of Contents

Interface IPointCloudImp<TGpuData>

Smallest common set of properties that are needed to render point clouds out of core.

Inherited Members
IPointCloudImpBase.Center
IPointCloudImpBase.Size
IPointCloudImpBase.NumberOfVisiblePoints
IPointCloudImpBase.MinProjSizeModifier
IPointCloudImpBase.PointThreshold
IPointCloudImpBase.UpdateRate
IPointCloudImpBase.Update(Single, Int32, FrustumF, float3, float4x4)
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>
Generated by DocFX
GitHub Repo
Back to top