Home Reference Source
import {WorldOctant} from 'rabbit-hole'
public class | source

WorldOctant

Direct Subclass:

IntermediateWorldOctant

A world octant.

This octant serves as a volume data container. Its position is implicitly defined by its key while its size is defined by the LOD grid in which it resides. Additionally, it can store a queue of pending CSG operations.

Constructor Summary

Public Constructor
public

Constructs a new world octant.

Member Summary

Public Members
public

A CSG operation queue.

public

Hermite data.

public

A generated isosurface mesh.

Public Constructors

public constructor() source

Constructs a new world octant.

Public Members

public csg: Queue source

A CSG operation queue.

If this queue is not empty, the volume data has to be modified before it can be contoured.

public data: HermiteData source

Hermite data.

public isosurface: Isosurface source

A generated isosurface mesh.