SparseVoxelOctree
Extends:
sparse-octree~Octree → SparseVoxelOctree
A sparse, cubic voxel octree.
Constructor Summary
Public Constructor | ||
public |
constructor(data: HermiteData, min: Vector3, size: Number) Constructs a new voxel octree. |
Member Summary
Public Members | ||
public |
The root octant. |
|
public |
The amount of voxels in this octree. |
Public Constructors
public constructor(data: HermiteData, min: Vector3, size: Number) source
Constructs a new voxel octree.
Params:
Name | Type | Attribute | Description |
data | HermiteData | A set of volume data. |
|
min | Vector3 |
|
The lower bounds of this octree. |
size | Number |
|
The size of this octree. |