iris.egg 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <CoordinateSystem> { Z-Up }
  2. <Comment> {
  3. "flt2egg -ps keep iris.flt -o iris.egg"
  4. }
  5. <Texture> 0 {
  6. "../maps/soft_iris.rgb"
  7. <Scalar> wrap { repeat }
  8. <Scalar> minfilter { linear }
  9. <Scalar> magfilter { linear }
  10. <Scalar> envtype { modulate }
  11. }
  12. <VertexPool> vpool {
  13. <Vertex> 0 {
  14. 10 0 -10
  15. <UV> { 0 1 }
  16. }
  17. <Vertex> 1 {
  18. 10 0 10
  19. <UV> { 0 0 }
  20. }
  21. <Vertex> 2 {
  22. -10 0 10
  23. <UV> { 1 0 }
  24. }
  25. <Vertex> 3 {
  26. -10 0 -10
  27. <UV> { 1 1 }
  28. }
  29. <Vertex> 4 {
  30. -2200 0 -2200
  31. }
  32. <Vertex> 5 {
  33. 2200 0 -2200
  34. }
  35. <Vertex> 6 {
  36. 10 0 -10
  37. }
  38. <Vertex> 7 {
  39. -10 0 -10
  40. }
  41. <Vertex> 8 {
  42. -10 0 10
  43. }
  44. <Vertex> 9 {
  45. -2200 0 2200
  46. }
  47. <Vertex> 10 {
  48. 2200 0 2200
  49. }
  50. <Vertex> 11 {
  51. 10 0 10
  52. }
  53. }
  54. <Group> iris {
  55. <Group> o8 {
  56. <Polygon> {
  57. <RGBA> { 0.996078431606293 0.996078431606293 0.996078431606293 1 }
  58. <TRef> { 0 }
  59. <VertexRef> { 0 1 2 3 <Ref> { vpool } }
  60. }
  61. }
  62. <Group> o9 {
  63. <Polygon> {
  64. <RGBA> { 0 0 0 1 }
  65. <VertexRef> { 4 5 6 7 <Ref> { vpool } }
  66. }
  67. <Polygon> {
  68. <RGBA> { 0 0 0 1 }
  69. <VertexRef> { 7 8 9 4 <Ref> { vpool } }
  70. }
  71. <Polygon> {
  72. <RGBA> { 0 0 0 1 }
  73. <VertexRef> { 10 9 8 11 <Ref> { vpool } }
  74. }
  75. <Polygon> {
  76. <RGBA> { 0 0 0 1 }
  77. <VertexRef> { 11 6 5 10 <Ref> { vpool } }
  78. }
  79. }
  80. }