POV-Ray : Newsgroups : povray.binaries.images : teapot (another one) : teapot (another one) Server Time
18 Aug 2024 14:21:07 EDT (-0400)
  teapot (another one)  
From: Jan Walzer
Date: 16 Apr 2001 15:01:32
Message: <3adb418c@news.povray.org>
These are my first steps in Rhino (and probably the last ones, as I've
only 10 saves left)
It is a teapot, standing next to me, at the moment.
Yes .. I know: Coincident Surfaces, Problem solved in the next render.

The image took 3 minutes to parse, and 3 hours ...
Of course, the Meshfile was about 66MB ...

I'll post the corrected version tomorrow ...

--
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


Attachments:
Download 'teapot.jpg' (131 KB)

Preview of image 'teapot.jpg'
teapot.jpg


 

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