test5.amf 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <amf>
  3. <object id="1">
  4. <color>
  5. <r>0.1</r>
  6. <g>0.6</g>
  7. <b>0.1</b>
  8. <a>1</a>
  9. </color>
  10. <mesh>
  11. <vertices>
  12. <vertex>
  13. <color>
  14. <r>0.5</r>
  15. <g>0.5</g>
  16. <b>0</b>
  17. <a>1</a>
  18. </color>
  19. <coordinates>
  20. <x>-0.5</x>
  21. <y>-0.5</y>
  22. <z>0</z>
  23. </coordinates>
  24. </vertex>
  25. <vertex>
  26. <color>
  27. <r>0.5</r>
  28. <g>0.5</g>
  29. <b>0.2</b>
  30. <a>1</a>
  31. </color>
  32. <coordinates>
  33. <x>-0.5</x>
  34. <y>0.5</y>
  35. <z>0</z>
  36. </coordinates>
  37. </vertex>
  38. <vertex>
  39. <color>
  40. <r>0.5</r>
  41. <g>0.5</g>
  42. <b>0.4</b>
  43. <a>1</a>
  44. </color>
  45. <coordinates>
  46. <x>1</x>
  47. <y>0</y>
  48. <z>0</z>
  49. </coordinates>
  50. </vertex>
  51. <vertex>
  52. <color>
  53. <r>0.5</r>
  54. <g>0.5</g>
  55. <b>0.8</b>
  56. <a>1</a>
  57. </color>
  58. <coordinates>
  59. <x>0</x>
  60. <y>0</y>
  61. <z>4</z>
  62. </coordinates>
  63. </vertex>
  64. </vertices>
  65. <volume>
  66. <color>
  67. <r>0.6</r>
  68. <g>0.1</g>
  69. <b>0.1</b>
  70. <a>1</a>
  71. </color>
  72. <triangle>
  73. <v1>0</v1>
  74. <v2>1</v2>
  75. <v3>2</v3>
  76. </triangle>
  77. <triangle>
  78. <v1>0</v1>
  79. <v2>3</v2>
  80. <v3>1</v3>
  81. </triangle>
  82. <triangle>
  83. <v1>1</v1>
  84. <v2>3</v2>
  85. <v3>2</v3>
  86. </triangle>
  87. <triangle>
  88. <v1>0</v1>
  89. <v2>2</v2>
  90. <v3>3</v3>
  91. </triangle>
  92. </volume>
  93. </mesh>
  94. </object>
  95. </amf>