Skip to content
#

constructive-solid-geometry

CSG is short for Constructive Solid Geometry, a modeling technique that allows a modeler to create a complex surface or object by using Boolean operators, such as union and intersection, to combine simpler objects.

Text above are from wikipedia.

Here are 21 public repositories matching this topic...

A native (no external libraries) golang 3D ray tracing renderer, that implements Ray intersection via the Phong-Reflection Model, Recursive Shape grouping with AABB optimizations and Constructive Solid Geometry, augmented with recursively defined Patterns, Perlin/Simplex noise algorihthms, and an efficient convex-hull/half-edge Delaunay Triangul…

  • Updated May 1, 2024
  • Go
Followers
9 followers
Wikipedia
Wikipedia

Related Topics

3d bsp raytracer rendering