On Tue, 7 Jan 2003 12:42:51 EST, "Tor Olav Kristensen"
<tor### [at] hotmailcom> wrote:
> ABX wrote:
> >Posted here for those who likes watching rendering ;-)
>
> This is the most crazy iso-surface
> scene I've seen so far Wlodek.
Crazy? Having test scene for optimizing function engine is crazy? ;-)
> And I like the idea :)
> - But I don't have a computer for it :(
You can use megapov with internal f_triangle function. Should be much faster.
Don't forget to apply nice displace for surface first ;-)
BTW:
threshold .1
contained_by{box{Min Max}}
could be replaced with
#declare Thr=.1;
threshold Thr
contained_by{box{Min-Thr Max+Thr}}
ABX
Post a reply to this message
|