Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
3k views

Bezier clipping

I'm trying to find/make an algorithm to compute the intersection (a new filled object) of two arbitrary filled 2D objects. The objects are defined using either lines or cubic beziers and may have ...
1
vote
0answers
96 views

Ray casting with CSG tree

i've got a question, i'm doing a project that i have to do ray casting and use csg trees, but i dont know how to use the csg trees or implement it on this project. I can do the ray cast and give the ...
0
votes
2answers
120 views

POVray: How to reliably create nice merges of objects merely touching on the surface?

What I'm doing I have a scene which algorithmically draws a prism with a hexagonal cross-section and n layers of such prisms surrounding the center one, such that all the prisms together make a ...