I have an OpenGL Tessellated Sphere and I want to cut a cylindrical hole in it

前端 未结 3 2051
野趣味
野趣味 2020-11-29 14:12

I am working on a piece of software which generated a polygon mesh to represent a sphere, and I want to cut a hole through the sphere. This polygon mesh is only an overlay a

3条回答
  •  Happy的楠姐
    2020-11-29 14:39

    Sounds like you want constructive solid geometry.

    Carve might do what you want. If you just want run-time rendering OpenCSG will work.

提交回复
热议问题