POV-Ray : Newsgroups : povray.binaries.images : A Forest (WIP) (152Ko) : Re: A Forest (WIP) (152Ko) Server Time
16 Aug 2024 04:14:07 EDT (-0400)
  Re: A Forest (WIP) (152Ko)  
From: Sir Charles W  Shults III
Date: 22 Mar 2002 04:50:21
Message: <3c9afe5d$1@news.povray.org>
So the trees are basically conic?  This is a very nice looking picture.
What are the structures, stones artifacts?

Cheers!

Chip Shults
My robotics, space and CGI web page - http://home.cfl.rr.com/aichip

#macro
B(a,b)superellipsoid{<.2,.2>scale.5translate<a,b,3>pigment{agate}}#end
#macro N(a,c)#local k=0;#while(k<6)#if(mod(c,2))B(k+1,a-2)B(-k-1,-a+2)#end
#local c=int(c/2);#local k=k+1;#end#end N(3,61)N(2,37)N(1,55)N(0,4)N(-1,4)
B(-1,-3)B(1,3)


Post a reply to this message

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