Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkkellogg committed Jul 29, 2015
1 parent 024302b commit 831f64a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# CSG-BSP
A BSP-based Constructive Solid Geometry library
The goal of this project is to have an implementation of Constructive Solid Geometry (CSG) operations for various platforms and rendering engines. CSG is a modeling technique that allows for the use of boolean and set operations on geometric solids in order to create new solids. The CSG operations in this library are implemented using BSP trees, which allow for the straight-forward sub-division and categorization of the polygons that make up a 3D geometric sold.

Currently functionality is only implemented in C# for the Unity 3D game engine, but I plan to implement the library in C++ for general OpenGL usage, as well as a specialized version for the Unreal engine.

0 comments on commit 831f64a

Please sign in to comment.