erebus
diff test/scene @ 22:11cdaa510201
added -brdf arguments in scene construction commands
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 29 May 2014 03:35:04 +0300 |
parents | ea95b62dbc87 |
children | 56d504cc555a |
line diff
1.1 --- a/test/scene Wed May 28 07:06:29 2014 +0300 1.2 +++ b/test/scene Thu May 29 03:35:04 2014 +0300 1.3 @@ -1,7 +1,8 @@ 1.4 # test scene 1.5 1.6 sphere -position 0 0 0 -scaling 1 1 1 -diffuse 1 0.5 0.4 1.7 -box -position 0 -1.25 0 -scaling 4 0.5 4 -diffuse 0.3 0.4 1.0 1.8 + 1.9 +box -position 0 -1.25 0 -scaling 4 0.5 4 -diffuse 0.3 0.4 1.0 -brdf composite -brdf lambert -brdf-weight 0.5 -brdf mirror -brdf-weight 0.5 1.10 1.11 box -position 0 5 0 -scaling 3 0.1 3 -emissive 5 5 5 1.12