POV-Ray : Newsgroups : povray.binaries.scene-files : Greeble City : Greeble City Server Time
11 Jun 2024 06:10:29 EDT (-0400)
  Greeble City  
From: Tek
Date: 4 Aug 2009 17:12:36
Message: <4a78a444@news.povray.org>
Source for the image in p.b.i

The settings for that image are:


#include "greebles.inc"

#declare rs=seed(17);
#declare greebleResX = 200;
#declare greebleResY = 200;
#declare greebleSize = 10;#declare numGreebles = 10000;
#declare f_greebleHeight = function(u,v,h) { 
.5*pow(h,8)*max(0,1-sqrt(u*u+v*v)) }

greebles( array[4]{<-1,0,1>,<1,0,1>,<1,0,-1>,<-1,0,-1>} )


-- 
Tek
http://evilsuperbrain.com


Post a reply to this message


Attachments:
Download 'greebles.inc.txt' (6 KB)

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