Namespace Fusee.PointCloud.Common
Classes
MakePointCloudEffect
Static class that contains methods that create Effects for rendering point clouds.
PointCloudDataHandlerBase<TGpuData>
Manages the caching and loading of point and mesh data.
Structs
OctantId
Interfaces
IPointCloud
Interface for file type independent point cloud implementations.
IPointCloudImp<TGpuData>
Smallest common set of properties that are needed to render point clouds out of core.
IPointCloudImpBase
Non-generic, point type independent interface, used in point cloud implementations.
IPointCloudOctant
Used in IPointCloudOctree. Allows the use in non-generic context, e.g. in IPointReaders.
IPointCloudOctree
This octree's purpose is the out of core rendering of point clouds. It is used to determine the visibility of point chunks in octants. Allows the use in non-generic context, e.g. in IPointReaders.
IPointReader
Implement this into any Point Cloud Reader.
Enums
OctantOrientation
PointCloudLighting
Available Lighting methods.
PointShape
Available point shapes.
PointSizeMode
Available point size modes.
RenderMode
Available render modes.