test_keys.hw3scene 364 B

1234567891011121314151617181920212223242526
  1. # line with a comment
  2. camera 0 0 -1 0 0 0 0 1 0 50
  3. point 0 4 0 .7 .2 .2
  4. point 4 -4 0 .2 .7 .2
  5. point -4 -4 0 .2 .2 .7
  6. color 1 1 1
  7. ambient 1 1 1
  8. sphere 0 0 0 .3
  9. color 1 0 0
  10. diffuse 0.4 0.4 0.4
  11. specular 0.4 0.4 0.4
  12. shininess 1
  13. emission 0 0 0
  14. pushTransform
  15. scale 0.1 0.1 0.1
  16. rotate 0 1 0 45
  17. popTransform
  18. pushTransform
  19. translate .4 0 0
  20. sphere 0 0 0 .1
  21. popTransform