POV-Ray : Newsgroups : povray.binaries.images : Simple things... (10k b.u.) : Simple things... (10k b.u.) Server Time
3 Oct 2024 11:17:36 EDT (-0400)
  Simple things... (10k b.u.)  
From: Stefan Weinzierl
Date: 25 Jan 2000 05:28:09
Message: <388D7A42.D5C15F93@t-online.de>
Hi!

I like the simple things of live, as you can see here:

#include "colors.inc"   
                   
camera {
	location <0, 0, 0>
	look_at <0, 0, 1>
	up <0, 1, 0>
	right <4/3, 0, 0> 
}                       

light_source { <10, 30, -5> color White }

background { color rgb 0 }  

#default {
	finish {
		ambient .3
		reflection .5
		phong .3
		phong_size 50
		diffuse .7       
	}
}
	
union {
	sphere { 
		<-.2, 0, 0>, 1 
		pigment { Blue }
	} 
	sphere { 
		<1, 0, 1>, 1 
		pigment { Red }
	}
	sphere { 
		<.3, 1, .4>, 1 
		pigment { Yellow }
	}

	translate <-.7, 0, 4>
}  

plane {
	y, -.9
    pigment { White }   
	normal { bumps 1 }
}


-- 
   _________      ________
  (__  |    \    /
_____) |efan \/\/einzierl  - Das Chaos hat einen Namen...

Homepage: http://home.t-online.de/home/StefanWz


Post a reply to this message


Attachments:
Download 'simple.jpg' (10 KB)

Preview of image 'simple.jpg'
simple.jpg


 

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