Questions tagged [csg]

Constructive Solid Geometry

CSG tag should be assigned to questions about the formation of complex solid geometries from primitive solids like cuboids, cylinders, prisms, pyramids, spheres or cones. Sample questions can be: How to handle the operation sequence in a tree structure? How to cut a cuboid with a sphere? How to apply boolean operations inbetween arbitrary geometries?

78 questions
0
votes
1 answer

Carve CSG Library

Has anyone successfully compiled and used the Carve CSG library? I'm trying to use it in a project and I haven't been able to get it to work. Also, the documentation is pretty terrible. I've been looking at the Blender source and it appears to use…
user1661773
  • 1
  • 1
  • 2
0
votes
1 answer

Intersection of two section planes

I'm trying to find an algorithm to cut a 3D object using two (or more) section planes. The object should only be cut where both section planes are cutting. So consider the following abcd rectangle that is intersected by two section planes: s0 and…
seb
  • 2,136
  • 3
  • 20
  • 27
-2
votes
2 answers

CSG Modeling in OpenGL

I am dealing with Constructive Solid Geometry(CSG) modeling with OpenGL. I want to know how to implement binary operation. I read something about Gold Feather Algorithm and I know about OpenCSG but after reading its source code, I found it too…
Ovilia
  • 7,066
  • 12
  • 47
  • 70
1 2 3 4 5
6