Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 602 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 602 Bytes

Capping

Geometric algorithm implementation for clipping and capping solid triangle meshes. See this for more information.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

Installation

$ git clone https://github.com/nickyvanurk/capping
$ cd ./capping
$ npm i
$ npm run dev