For a couple of days I've been trying to read some stuff regarding the following algorithm but I found it quite difficult to understand. I've managed to find a few code samples, the most famous of them is the rabbit example.http://www.melax.com/polychop.

My question is more like guidance. I know it's all about splitting my model into small triangles, but im not quite sure how to do it exactly. Figuring it out from big and explosive code snippets hasn't helped either.

If you can show me the steps of how to do it, I will be more than thankful.

link|improve this question

57% accept rate
How is your model stored, if not in triangles? – tm1rbrt Jan 14 at 23:02
1  
Did you read the article? If not, why? If yes, what did you not understand? – Alex Jan 14 at 23:22
tm1rbrt: my model is represents the Mandelbrot set(fractal) as a height map matrix.(each cell contains a float number) the X,Y values are extracted by the cell's position in the matrix. Alex: i read the article twice. it's all nice, but the implementation part is difficult. i mean i just want to understand what i need to do – igal k Jan 15 at 7:28
2  
Um, the article says what to do. The code does it. – Alex Jan 15 at 7:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.