├── LICENSE ├── LibCSG-Runtime ├── AABB.cs ├── Build2DFaces.cs ├── CSGBrush.cs ├── CSGBrushOperation.cs ├── MeshMerge.cs ├── PlaneCSG.cs ├── SortArray.cs └── Transform_to_2DFace.cs ├── Readme.md └── Sample ├── Samples.unitypackage ├── sample1.gif └── sample2.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/LICENSE -------------------------------------------------------------------------------- /LibCSG-Runtime/AABB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/LibCSG-Runtime/AABB.cs -------------------------------------------------------------------------------- /LibCSG-Runtime/Build2DFaces.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/LibCSG-Runtime/Build2DFaces.cs -------------------------------------------------------------------------------- /LibCSG-Runtime/CSGBrush.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/LibCSG-Runtime/CSGBrush.cs -------------------------------------------------------------------------------- /LibCSG-Runtime/CSGBrushOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/LibCSG-Runtime/CSGBrushOperation.cs -------------------------------------------------------------------------------- /LibCSG-Runtime/MeshMerge.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/LibCSG-Runtime/MeshMerge.cs -------------------------------------------------------------------------------- /LibCSG-Runtime/PlaneCSG.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/LibCSG-Runtime/PlaneCSG.cs -------------------------------------------------------------------------------- /LibCSG-Runtime/SortArray.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/LibCSG-Runtime/SortArray.cs -------------------------------------------------------------------------------- /LibCSG-Runtime/Transform_to_2DFace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/LibCSG-Runtime/Transform_to_2DFace.cs -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/Readme.md -------------------------------------------------------------------------------- /Sample/Samples.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/Sample/Samples.unitypackage -------------------------------------------------------------------------------- /Sample/sample1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/Sample/sample1.gif -------------------------------------------------------------------------------- /Sample/sample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LokiResearch/LibCSG-Runtime/HEAD/Sample/sample2.png --------------------------------------------------------------------------------