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

WorldOctreeCSG

A world octree CSG operation manager.

Static Method Summary

Static Public Methods
public static

Applies the given SDF to the affected octants.

Static Public Methods

public static applyCSG(world: WorldOctree, sdf: SignedDistanceFunction) source

Applies the given SDF to the affected octants.

Params:

NameTypeAttributeDescription
world WorldOctree

A world octree.

sdf SignedDistanceFunction

An SDF.