test6.amf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. <color>
  56. <r>0.0</r>
  57. <g>0.0</g>
  58. <b>1</b>
  59. <a>1</a>
  60. </color>
  61. <v1>0</v1>
  62. <v2>1</v2>
  63. <v3>2</v3>
  64. </triangle>
  65. <triangle>
  66. <v1>0</v1>
  67. <v2>3</v2>
  68. <v3>1</v3>
  69. </triangle>
  70. <triangle>
  71. <v1>1</v1>
  72. <v2>3</v2>
  73. <v3>2</v3>
  74. </triangle>
  75. <triangle>
  76. <v1>0</v1>
  77. <v2>2</v2>
  78. <v3>3</v3>
  79. </triangle>
  80. </volume>
  81. </mesh>
  82. </object>
  83. </amf>