POV-Ray : Newsgroups : povray.binaries.images : Guess how it was made (55k) : OHMSS: For Your Eyes Only Server Time
3 Oct 2024 19:19:51 EDT (-0400)
  OHMSS: For Your Eyes Only  
From: David Fontaine
Date: 19 Jan 2000 20:14:00
Message: <38865EC2.EB1779AB@faricy.net>
Here ya go:

#include "colors.inc"
global_settings { max_trace_level 50 }
torus { 5,1 hollow pigment { color White } finish { ambient 0 diffuse .1
reflection .9 } }
camera { location <0,0,-5> look_at <1,0,-5> }
light_source { <0,0,-5> Red }
light_source { <0,0,-5> Green rotate 120*y }
light_source { <0,0,-5> Blue rotate 240*y }

Surprisingly much simpler than many people thought. No objects except the torus,
all done with diffuse lighting.
I've played around with other shapes, but they all pale considerably in
comparison with this scene. I guess "keep it simple" really does work.
--
Homepage: http://www.faricy.net/~davidf/
___     ______________________________
 | \     |_       <dav### [at] faricynet>
 |_/avid |ontaine      <ICQ 55354965>


Post a reply to this message

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