diff scene @ 0:11a4bcadac2a

Initial SSR version
author Merten Sach <msach@mailbox.tu-berlin.de>
date Thu, 22 Sep 2011 14:16:25 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scene	Thu Sep 22 14:16:25 2011 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +# spheres
     1.5 +#	position		radius	color			shininess	reflectivity
     1.6 +s	-1.5 -0.3 -1	0.7		1.0 0.2 0.05		50.0	0.3
     1.7 +s	1.5 -0.4 0		0.6		0.1 0.85 1.0		50.0	0.4
     1.8 +
     1.9 +# walls
    1.10 +s	0 -1000 2		999		0.1 0.2 0.6			80.0	0.5
    1.11 +
    1.12 +# bouncing ball
    1.13 +s	0 0 2			1		0.0 0.0 0.0			60.0	0.7
    1.14 +
    1.15 +# lights...
    1.16 +l	-50 100 -50
    1.17 +l	40 40 150
    1.18 +
    1.19 +# camera (there can be only one!)
    1.20 +#	position	FOV		target
    1.21 +c	0 6 -17		45		0 -1 0