erebus

diff test/scene @ 38:5e27c85e79ca

cursor handling in the console
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 09 Jun 2014 18:40:30 +0300
parents 4a0a288ffb27
children ed18af9da8f7
line diff
     1.1 --- a/test/scene	Mon Jun 09 16:01:00 2014 +0300
     1.2 +++ b/test/scene	Mon Jun 09 18:40:30 2014 +0300
     1.3 @@ -1,14 +1,14 @@
     1.4  # test scene
     1.5  
     1.6  sphere -position 0 0 0 -scaling 1 1 1 -diffuse 1 0.6 0.5 -brdf composite \
     1.7 -	-brdf lambert -brdf-weight 0.5 \
     1.8 -	-brdf phong -brdf-weight 0.5
     1.9 +	-brdf lambert -brdf-weight 0.7 \
    1.10 +	-brdf phong -brdf-weight 0.3
    1.11  
    1.12  box -position 0 -1.25 0 -scaling 4 0.5 4 -diffuse 0.3 0.4 1.0 -brdf composite \
    1.13  	-brdf lambert -brdf-weight 0.3 \
    1.14  	-brdf mirror -brdf-weight 0.7
    1.15  box -position 0 3.75 0 -scaling 20 10 20 -diffuse 1.0 1.0 1.0 -brdf lambert
    1.16  
    1.17 -box -position 0 4 0 -scaling 3 0.1 3 -emissive 6 6 6
    1.18 +box -position 0 4 0 -scaling 3 0.1 3 -emissive 8 8 8
    1.19  
    1.20  camera -position 0 3 -6 -target 0 0 0