|
 |
Nicolas Alvarez <nicolas.alvarez [at] gmail is the best com> wrote:
> I'd like to have some way to get an isosurface function from primitives
> (including complex CSG).
that would be nice too!
> #declare Fn = object_function(SomeShape, x, y, z);
> isosurface {
> function { Fn(x-0.5, z, y)*(1-clock) + Fn(x+0.5, y, z)*clock }
> ...
> }
the funny thing is: the object pattern doesn't work as an isosurface function.
Bummer...
Post a reply to this message
|
 |