POV-Ray : Newsgroups : povray.advanced-users : shearing isosurfaces : Re: shearing isosurfaces Server Time
28 Jul 2024 18:12:06 EDT (-0400)
  Re: shearing isosurfaces  
From: Thorsten Froehlich
Date: 18 May 2004 15:04:59
Message: <40aa5e5b@news.povray.org>
In article <40aa5d30@news.povray.org> , "Thorsten Froehlich" 
<tho### [at] trfde> wrote:

You should be able to code it like this:

#declare tfoo = function { transform { matrix { ... } } }
#declare afoo = function { ... your function ... }
#declare foo = function { afoo(tfoo(x,y,z).x,tfoo(x,y,z).y,tfoo(x,y,z).z) }

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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