Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 359 Bytes

File metadata and controls

13 lines (8 loc) · 359 Bytes

Solid.constructor()

Creates an empty authored solid with vertex buffers, triangle buffers, face-name tracking, metadata maps, and aux-edge storage.

Usage

import { Solid } from '../src/BREP/BetterSolid.js';

const solid = new Solid();

Use this as the starting point for manual triangle authoring or as the base class for generated solids.