Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <scene
  2. background-col="179 141 141"
  3. ambient-light="1 1 1"
  4. max-recursion-level="20"
  5. background-tex = "bliss.jpg"
  6. >
  7.  
  8. <camera
  9. eye="0 0 0"
  10. direction="0 0 -1"
  11. screen-width="2"
  12. screen-dist="1.8"
  13. up-direction="0 1 0"
  14. />
  15.  
  16. <sphere
  17. center="0.25 -0.25 -1"
  18. radius="0.25"
  19. />
  20.  
  21. <sphere
  22. center="-0.25 0.25 -1"
  23. radius="0.25"
  24. />
  25.  
  26.  
  27. <omni-light
  28. pos="0 0 0"
  29. color="1 1 1"
  30. />
  31.  
  32. </scene>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement