POV-Ray : Newsgroups : povray.pov4.discussion.general : Feature Re-requests - Normal Map and Displacement Map Support : Re: Feature Re-requests - Normal Map and Displacement Map Support Server Time: 23 Nov 2008 00:14:37 GMT
  Re: Feature Re-requests - Normal Map and Displacement Map Support  
From: nemesis
Date: 2 Feb 2008 14:25:00
Nicolas Alvarez <nicolas.alvarez [at] gmailisthebestcom> 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

Copyright 2003-2008 Persistence of Vision Raytracer Pty. Ltd.