tri.txt 692 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. camera {
  2. origin {0 70 -320}
  3. target {0 40 0}
  4. fov {25}
  5. roll {0}
  6. xtoY {1}
  7. }
  8. ambient {
  9. color {0.5 0.5 0.5}
  10. }
  11. tri_plane {
  12. v1 {0 -70 0}
  13. v2 {5 -70 0}
  14. v3 {0 -70 5}
  15. color {0.4 0.7 1}
  16. surface {0.6 0.9 1}
  17. }
  18. texture {
  19. name {'chess.tga'}
  20. rad {3}
  21. len {3}
  22. }
  23. omni {
  24. pos {-5 30 -300}
  25. color {10000 10000 20000}
  26. }
  27. omni {
  28. pos {50 30 -300}
  29. color {20000 10000 20000}
  30. }
  31. tri {
  32. v1 {0 0 0}
  33. v2 {10 -5 0}
  34. v3 {5 15 0}
  35. color {1 1 1}
  36. surface {0.6 0.9 1}
  37. }
  38. texture {
  39. name {'Rod.tga'}
  40. rad {0.1}
  41. len {0.1}
  42. }
  43. scale {
  44. pivot {5 0 0}
  45. v {10 10 10}
  46. }
  47. #rotate {
  48. # pivot {0 0 0}
  49. # axis {-0.3 0 1}
  50. # angle {-30}
  51. #}