test5a.amf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. <coordinates>
  27. <x>-0.5</x>
  28. <y>0.5</y>
  29. <z>0</z>
  30. </coordinates>
  31. </vertex>
  32. <vertex>
  33. <coordinates>
  34. <x>1</x>
  35. <y>0</y>
  36. <z>0</z>
  37. </coordinates>
  38. </vertex>
  39. <vertex>
  40. <coordinates>
  41. <x>0</x>
  42. <y>0</y>
  43. <z>4</z>
  44. </coordinates>
  45. </vertex>
  46. </vertices>
  47. <volume>
  48. <color>
  49. <r>0.6</r>
  50. <g>0.1</g>
  51. <b>0.1</b>
  52. <a>1</a>
  53. </color>
  54. <triangle>
  55. <v1>0</v1>
  56. <v2>1</v2>
  57. <v3>2</v3>
  58. </triangle>
  59. <triangle>
  60. <v1>0</v1>
  61. <v2>3</v2>
  62. <v3>1</v3>
  63. </triangle>
  64. <triangle>
  65. <v1>1</v1>
  66. <v2>3</v2>
  67. <v3>2</v3>
  68. </triangle>
  69. <triangle>
  70. <v1>0</v1>
  71. <v2>2</v2>
  72. <v3>3</v3>
  73. </triangle>
  74. </volume>
  75. </mesh>
  76. </object>
  77. </amf>