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