points.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. [
  2. {
  3. "id": 0,
  4. "position": {
  5. "x": -0.5,
  6. "y": 0,
  7. "z": 1.5
  8. },
  9. "rotation": {
  10. "x": 0,
  11. "y": 0,
  12. "z": 0,
  13. "w": 1
  14. },
  15. "contact": [1,3,4]
  16. },
  17. {
  18. "id": 1,
  19. "position": {
  20. "x": -0.5,
  21. "y": 0.1,
  22. "z": 1.5
  23. },
  24. "rotation": {
  25. "x": 0,
  26. "y": 0,
  27. "z": 0,
  28. "w": 1
  29. },
  30. "contact": [0,2,3,4,5]
  31. },
  32. {
  33. "id": 2,
  34. "position": {
  35. "x": -0.5,
  36. "y": 2,
  37. "z": 1.5
  38. },
  39. "rotation": {
  40. "x": 0,
  41. "y": 0,
  42. "z": 0,
  43. "w": 1
  44. },
  45. "contact": [1,4,5]
  46. },
  47. {
  48. "id": 3,
  49. "position": {
  50. "x": 1.5,
  51. "y": 0,
  52. "z": 1.5
  53. },
  54. "rotation": {
  55. "x": 0,
  56. "y": 0,
  57. "z": 0,
  58. "w": 1
  59. },
  60. "contact": [0,1,4,6,7]
  61. },
  62. {
  63. "id": 4,
  64. "position": {
  65. "x": 1.5,
  66. "y": 0.1,
  67. "z": 1.5
  68. },
  69. "rotation": {
  70. "x": 1.5,
  71. "y": 0,
  72. "z": 1.5
  73. },
  74. "contact": [0,1,2,3,4,5,6,7,8]
  75. },
  76. {
  77. "id": 5,
  78. "position": {
  79. "x": 1.5,
  80. "y": 2,
  81. "z": 1.5
  82. },
  83. "rotation": {
  84. "x": 1.5,
  85. "y": 0,
  86. "z": 1.5
  87. },
  88. "contact": [1,2,4,7,8]
  89. },
  90. {
  91. "id": 6,
  92. "position": {
  93. "x": 3.5,
  94. "y": 0,
  95. "z": 1.5
  96. },
  97. "rotation": {
  98. "x": 0,
  99. "y": 0,
  100. "z": 0,
  101. "w": 1
  102. },
  103. "contact": [3,4,7]
  104. },
  105. {
  106. "id": 7,
  107. "position": {
  108. "x": 3.5,
  109. "y": 0.1,
  110. "z": 1.5
  111. },
  112. "rotation": {
  113. "x": 0,
  114. "y": 0,
  115. "z": 0,
  116. "w": 1
  117. },
  118. "contact": [3,4,5,6,8]
  119. },
  120. {
  121. "id": 8,
  122. "position": {
  123. "x": 3.5,
  124. "y": 2.0,
  125. "z": 1.5
  126. },
  127. "rotation": {
  128. "x": 0,
  129. "y": 0,
  130. "z": 0,
  131. "w": 1
  132. },
  133. "contact": [4,5,7]
  134. }
  135. ]