Page 1 of 1

orthographic (No Perspective) Hidden Point Removal

Posted: Thu Dec 22, 2016 5:37 pm
by geolux
Hi friends,
Some time ago, I asked why the plug for remove hidden points don't work in Orthographic Projection but only in Perspective , so I think that this is a important new function to add in CC.
In fact, this function would be interesting in every case where you must draw an orthographic projection (vertical or orizontal) with Render to File. In architecture use is very very needful
thank you
This is my old post
viewtopic.php?f=9&t=1380&sid=11918e6f9f ... 5f1490fd99
compliment for you beautiful work.

Re: orthographic (No Perspective) Hidden Point Removal

Posted: Fri Dec 23, 2016 6:21 am
by daniel
The issue is that Katz's algorithm (HPR) can't work in orthographic projection mode...
(see http://www.wisdom.weizmann.ac.il/~ronen ... 20Sets.pdf)

One would have to find another method in this case.