From 831f64a0b22fb3ea33a5054df0b24f27d8d782d6 Mon Sep 17 00:00:00 2001 From: mkkellogg Date: Tue, 28 Jul 2015 18:51:18 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b11c56..73e2d3a 100644 --- a/README.md +++ b/README.md @@ -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.