VoxelCell
Extends:
sparse-octree~CubicOctant → VoxelCell
A voxel octant.
Static Member Summary
Static Public Members | ||
public static get |
An error threshold for QEF-based voxel clustering (mesh simplification). |
|
public static set |
The mesh simplification error threshold. |
Constructor Summary
Public Constructor | ||
public |
constructor(min: Vector3, size: Number) Constructs a new voxel octant. |
Member Summary
Public Members | ||
public |
children: * |
|
public |
A voxel that contains draw information. |
Method Summary
Public Methods | ||
public |
Attempts to simplify this cell. |
|
public |
Checks if the given point lies inside this cell. |