项目作者: Zinfidel

项目描述 :
Simple constructive solid geometry modeler application written with WebGL.
高级语言: JavaScript
项目地址: git://github.com/Zinfidel/solidgeometry.git
创建时间: 2018-03-20T05:02:29Z
项目社区:https://github.com/Zinfidel/solidgeometry

开源协议:

下载


WebGL Solid Geometry Editor

Usage

To run the tool in your browser, click the following link: https://zinfidel.github.io/solidgeometry/

Notes

This tool was a WebGL learning project, created without any fancy 3D frameworks. The tool allows you to place some simple
primitives in a scene, and then perform some solid calculations on them, namely: union, difference, and subtract. This
functionality was achieved using binary space partitioning.