POV-Ray : Newsgroups : povray.text.scene-files : Fractal Reflections 2 Server Time
28 Jun 2024 22:49:56 EDT (-0400)
  Fractal Reflections 2 (Message 1 to 1 of 1)  
From: Samuel Benge
Subject: Fractal Reflections 2
Date: 10 Jun 2002 17:41:09
Message: <3CFFDB69.8000005@caltel.com>
Okay, here's the code, version 3.5b. You probably don't have to use such 
a high max_trace_level; I left it in just in case there was some details 
that needed it. Note the normal block in there, it's what makes the 
curved, vine-like forms. Enjoy!

global_settings{
  ambient_light 0
  max_trace_level 175
}

camera{fisheye up y*.7 right x*.7
  location<0,0,-.01> look_at 0 angle 90
}

light_source{0,1}

#declare rd=15.915;
union{
  sphere{<-10,10,-10>,rd}
  sphere{<10,10,10>,rd}
  sphere{<10,-10,-10>,rd}
  sphere{<-10,-10,10>,rd}
  pigment{rgb -.3}
  finish{
   specular 1.1 roughness .03
   reflection{0,1.125 falloff .2}
   irid{.5 thickness .25}
  }
  rotate y*45 rotate<-35-125/6,0,0>
  normal{
   cylindrical 1
   scale 1.5
   poly_wave .25
   rotate x*100
  }
}
-- 
Samuel Benge

sbe### [at] caltelcom


Post a reply to this message

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