File:3chromeballs.png

Uploaded by Morn
Upload date 2012-08-05T13:48:03Z
MIME type image/png
Dimensions 4000 × 3000 px
File size 2.2 MB

Summary

Description

Summary

Created this raytrace as a bright, more reflective replacement for Image:Raytracing_reflection.png. At a different angle. Team Vaniyamkulam Source POV-Ray:

#include "colors.inc"
#include "textures.inc"

#max_trace_level 10

camera {
	location <0, 10, -40>
	look_at <0, 0, -10>
	rotate <20, 20, 0>
}

fog {
   color 0.5
   distance 500
}

sky_sphere {
	pigment {
		Apocalypse
	}
}

plane {
	y, 0
	texture {
		pigment {
			checker color rgb 0 color rgb 1
			scale 4
		}
		finish {
			reflection 0.4
		}
	}
}

light_source {
	<-16, 4, -10>
	color rgb 0.4
}

light_source {
	<-10, 4, -20>
	color rgb 0.8
}

light_source {
	<0, 4, -20>
	color rgb 0.8
}

light_source {
	<10, 4, -20>
	color rgb 0.8
}

light_source {
	<16, 4, -20>
	color rgb 0.4
}

light_source {
	<-16, 4, 10>
	color rgb 0.4
}

light_source {
	<-10, 4, 10>
	color rgb 0.8
}

light_source {
	<-6, 4, 10>
	color rgb 0.4
}

light_source {
	<0, 4, 10>
	color rgb 0.8
}

light_source {
	<6, 4, 10>
	color rgb 0.4
}

light_source {
	<10, 4, 10>
	color rgb 0.8
}

light_source {
	<16, 4, 10>
	color rgb 0.4
}

#declare roundSphere =
sphere {
	<0, 0, 0>, 4
	texture {
		pigment {
			color <0, 0, 0>
		}
		finish {
			phong 1
			reflection 1
		}
	}
}

object {
	roundSphere
	texture {
		pigment {
			color <1, 0, 0>
		}
		finish {
			phong 1
			reflection 1
		}
	}
	translate <-10, 4, 0>
}

object {
	roundSphere
	texture {
		pigment {
			color <0, 1, 0>
		}
		finish {
			phong 1
			reflection 1
		}
	}
	translate <0, 4, 0>
}

object {
	roundSphere
	texture {
		pigment {
			color <0, 0, 1>
		}
		finish {
			phong 1
			reflection 1
		}
	}
	translate <10, 4, 0>
}
Source own work by ??
Author User Martinkb on en.wikipedia
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Other versions

Originally from en.wikipedia; description page is (was) here

* 17:28, 3 August 2006 [[:en:User:??|??]] 1024×768 (512,663 bytes) <span class="comment">(Created this raytrace as a bright, more reflective replacement for [[:en:Image:Raytracing_reflection.png]]. At a different angle. Source POV-Ray: #include "colors.inc" #include "textures.inc" #max_trace_level 10 camera { location <0, 10, -40> look_at <0,)</span>

(Uploaded using CommonsHelper or PushForCommons archive copy at the Wayback Machine)

Licensing

The copyright holder of this work allows anyone to use it for any purpose including unrestricted redistribution, commercial use, and modification.

Please check the source to verify that this is correct. In particular, note that publication on the Internet, like publication by any other means, does not in itself imply permission to redistribute. Files without valid permission should be tagged with {{subst:npd}}.

Usage notes:

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

image/png

0718924f228aa8f059afdc30a56b14533ec82afb

2,359,195 byte

3,000 pixel

4,000 pixel

Category:3D test models Category:Copyrighted free use Category:Created with Persistence of Vision Category:Files by User:Martinkb from en.wikipedia Category:Images with Povray source code Category:PD-self Category:Ray tracing Category:Self-published work Category:Spheres