POV-Ray : Newsgroups : povray.programming : Function based distortions of non isosurfaces : Re: Function based distortions of non isosurfaces Server Time
28 Jul 2024 12:29:21 EDT (-0400)
  Re: Function based distortions of non isosurfaces  
From: Ron Parker
Date: 16 Oct 2002 10:00:27
Message: <slrnaqqs7s.aj6.ron.parker@fwi.com>
On Wed, 09 Oct 2002 08:42:54 +0200, ABX wrote:
> You should look sources of good old proximity pattern available in MegaPOV.

This won't be useful, as it used the same "fire rays until satisfied" method.

-- 
#macro R(L P)sphere{L F}cylinder{L P F}#end#macro P(V)merge{R(z+a z)R(-z a-z)R(a
-z-z-z a+z)torus{1F clipped_by{plane{a 0}}}translate V}#end#macro Z(a F T)merge{
P(z+a)P(z-a)R(-z-z-x a)pigment{rgbf 1}hollow interior{media{emission 3-T}}}#end 
Z(-x-x.2x)camera{location z*-10rotate x*90normal{bumps.02scale.05}}


Post a reply to this message

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