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
3 May 2024 19:51:00 EDT (-0400)
  Re: Feature Re-requests - Normal Map and Displacement Map Support  
From: nemesis
Date: 2 Feb 2008 09:25:00
Message: <web.47a47caa86739be92120b4440@news.povray.org>
Nicolas Alvarez <nic### [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-2023 Persistence of Vision Raytracer Pty. Ltd.