POV-Ray : Newsgroups : povray.binaries.images : CrackledSphere (radiosity,AA,Final) : Re: CrackledSphere (radiosity,AA,Final) Server Time
18 Aug 2024 18:14:00 EDT (-0400)
  Re: CrackledSphere (radiosity,AA,Final)  
From: Jan Walzer
Date: 23 Mar 2001 12:06:21
Message: <3abb828d@news.povray.org>
"ingo" <ing### [at] homenl>
> >Comments welcome...
>
> The smooth circumference doesn't go well with the rough surface. It
> needs a "displacement_mapped" isosurface.
>
> Ingo

it was my intention with the first versions of the pic, to understand
the working of normal-maps with radiosity...
Now it is ment to make the image interesting! ;)

--
background{rgb 1}camera{location<1,5,-2>look_at 0}#macro
m(a,b,i)#local d=(b-a)
/8;#local
e=vcross(d,y);#if(i)m(a-e,a+e+2*d,i-1)m(a+e,a+2*d-e,i-1)m(a+3*d-e,a+e
+3*d,i-1)m(a+3*d-e,a+5*d-e,i-1)m(a+6*d-e,a+e+6*d,i-1)m(a+8*d-e,a+e+8*d
,i-1)#else
cylinder{a,b,vlength(d)/3 pigment{rgb 0}}#end#end m(-4*x,2*x,4) // Jan
Walzer


Post a reply to this message

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