test4.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. <coordinates>
  14. <x>-0.5</x>
  15. <y>-0.5</y>
  16. <z>0</z>
  17. </coordinates>
  18. </vertex>
  19. <vertex>
  20. <coordinates>
  21. <x>-0.5</x>
  22. <y>0.5</y>
  23. <z>0</z>
  24. </coordinates>
  25. </vertex>
  26. <vertex>
  27. <coordinates>
  28. <x>1</x>
  29. <y>0</y>
  30. <z>0</z>
  31. </coordinates>
  32. </vertex>
  33. <vertex>
  34. <coordinates>
  35. <x>0</x>
  36. <y>0</y>
  37. <z>4</z>
  38. </coordinates>
  39. </vertex>
  40. </vertices>
  41. <volume>
  42. <color>
  43. <r>0.6</r>
  44. <g>0.1</g>
  45. <b>0.1</b>
  46. <a>1</a>
  47. </color>
  48. <triangle>
  49. <color>
  50. <r>0.0</r>
  51. <g>0.0</g>
  52. <b>1</b>
  53. <a>1</a>
  54. </color>
  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>