Show / Hide Table of Contents

Interface 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.

Namespace: Fusee.PointCloud.Common
Assembly: Fusee.PointCloud.Common.dll
Syntax
public interface IPointCloudOctree

Properties

Depth

The maximum level of the octree.

Declaration
int Depth { get; }
Property Value
Type Description
System.Int32

Root

The root node of the octree.

Declaration
IPointCloudOctant Root { get; }
Property Value
Type Description
IPointCloudOctant
Generated by DocFX
GitHub Repo
Back to top