|
Hi all, I've experimented a bit with JOGL 1.0, now I would like to take it a step further. A simple question, but I found no answer on the internet: How would I bore a cylindrical hole into a cuboid? I've tried intersecting a cylinder with a solid box, but then of course the cylinder is invisible because it doesn't create a hole. I was successful in creating a square-shaped hole using tessellation (glu.gluTessVertex()), but that's easy because there are only 4 vertices on either side of the box. I'm missing a method like glu.gluTessCircle()... Probably I need a deeper understanding of the API here, anyway I would very much appreciate if someone could give me a hint. Thanks!
|