UNPKG

csg

Version:

Constructive solid geometry on meshes using BSP trees in JavaScript

26 lines (25 loc) 492 B
{ "name": "csg", "version": "1.0.1", "description": "Constructive solid geometry on meshes using BSP trees in JavaScript", "main": "csg.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "evanw", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/thibauts/csg.js.git" }, "dependencies": { }, "keywords": [ "csg", "solid", "meshes", "union", "intersect", "subtract" ] }