POV-Ray : Newsgroups : povray.general : interesting isofunction : Re: interesting isofunction Server Time
6 Aug 2024 17:02:33 EDT (-0400)
  Re: interesting isofunction  
From: Warp
Date: 14 Feb 2002 10:10:33
Message: <3c6bd368@news.povray.org>
Here is a complete scene to show the function:

camera { location 10 look_at 0 angle 35 }
light_source { <5,10,-10>, 1 }
isosurface
{ function{ cos(x)*cos(z)*exp(-sqrt(x*x+z*z)/2)-y }
  contained_by { box { -<10,1,10><10,1,10> } }
  max_gradient 1.187
  pigment { rgb x } finish { specular .5 }
  rotate x*180
}


-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

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