erebus

view 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 source
1 # test scene
3 sphere -position 0 0 0 -scaling 1 1 1 -diffuse 1 0.6 0.5 -brdf composite \
4 -brdf lambert -brdf-weight 0.7 \
5 -brdf phong -brdf-weight 0.3
7 box -position 0 -1.25 0 -scaling 4 0.5 4 -diffuse 0.3 0.4 1.0 -brdf composite \
8 -brdf lambert -brdf-weight 0.3 \
9 -brdf mirror -brdf-weight 0.7
10 box -position 0 3.75 0 -scaling 20 10 20 -diffuse 1.0 1.0 1.0 -brdf lambert
12 box -position 0 4 0 -scaling 3 0.1 3 -emissive 8 8 8
14 camera -position 0 3 -6 -target 0 0 0