Guest User

Untitled

a guest
Jul 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. {
  2. "vehicle": {
  3. "nodes": [
  4. ["id", "posX", "posY", "posZ", "weight"],
  5. //front of frame bottom
  6. [0, -0.44, -2.08, 0.48, 15],
  7. [1, 0.0, -2.08, 0.48, 15],
  8. [2, 0.44, -2.08, 0.48, 15],
  9. [3, -0.44, -1.74, 0.48, 15],
  10. [4, 0.0, -1.74, 0.48, 15],
  11. [5, 0.44, -1.74, 0.48, 15],
  12. [6, -0.44, -1.35, 0.48, 15],
  13. [7, 0.0, -1.35, 0.48, 15],
  14. [8, 0.44, -1.35, 0.48, 15],
  15. //this is where the firewall is
  16. [9, -0.55, -0.85, 0.35, 15],
  17. [10, 0.0, -0.85, 0.35, 15],
  18. [11, 0.55, -0.85, 0.35, 15],
  19. //front of frame top
  20. [12, -0.44, -2.08, 0.60, 12],
  21. [13, 0.0, -2.08, 0.60, 12],
  22. [14, 0.44, -2.08, 0.60, 12],
  23. [15, -0.44, -1.74, 0.60, 12],
  24. [16, 0.0, -1.74, 0.60, 12],
  25. [17, 0.44, -1.74, 0.60, 12],
  26. [18, -0.44, -1.35, 0.60, 12],
  27. [19, 0.0, -1.35, 0.60, 12],
  28. [20, 0.44, -1.35, 0.60, 12],
  29. //this is where the firewall is
  30. [21, -0.55, -0.85, 0.51, 12],
  31. [22, 0.0, -0.85, 0.51, 12],
  32. [23, 0.55, -0.85, 0.51, 12],
  33. //frame middle under cab bottom
  34. [24, -0.55, -0.19, 0.35, 15],
  35. [25, 0.0, -0.19, 0.35, 15],
  36. [26, 0.55, -0.19, 0.35, 15],
  37. [27, -0.55, 0.45, 0.35, 15],
  38. [28, 0.0, 0.45, 0.35, 15],
  39. [29, 0.55, 0.45, 0.35, 15],
  40. //frame middle under cab top
  41. [30, -0.55, -0.19, 0.51, 12],
  42. [31, 0.0, -0.19, 0.51, 12],
  43. [32, 0.55, -0.19, 0.51, 12],
  44. [33, -0.55, 0.45, 0.51, 12],
  45. [34, 0.0, 0.45, 0.51, 12],
  46. [35, 0.55, 0.45, 0.51, 12]
  47. ],
  48. {"beamSpring":12000000000,
  49. "beamDamp":2400,
  50. "beamDeform":10,
  51. "beamStrength":10},
  52. "beams": [
  53. ["id1:", "id2:"],
  54.  
  55. //middle of frame bottom main shape widthwise
  56. [24,25],
  57. [25,26],
  58. [27,28],
  59. [28,29],
  60. //middle of frame bottom main shape lengthwise
  61. [24,9],
  62. [25,10],
  63. [26,11],
  64. [27,24],
  65. [28,25],
  66. [29,26],
  67. //middle of frame bottom crossing
  68. [25,9],
  69. [24,10],
  70. [25,11],
  71. [26,10],
  72. [27,25],
  73. [28,24],
  74. [29,25],
  75. [28,26],
  76. //middle of frame top main shape widthwise
  77. [30,31],
  78. [31,32],
  79. [33,34],
  80. [34,35],
  81. //middle of frame main shape vertical
  82. [24,30],
  83. [25,31],
  84. [26,32],
  85. [27,33],
  86. [28,34],
  87. [29,35],
  88. //middle of frame crossing vertical widthwise
  89. [24,31],
  90. [25,30],
  91. [25,32],
  92. [26,31],
  93. [27,34],
  94. [28,33],
  95. [28,35],
  96. [29,34],
  97. //middle of frame crossing vertical lengthwise
  98. [9,30],
  99. [21,24],
  100. [10,31],
  101. [22,25],
  102. [11,32],
  103. [23,26],
  104. [24,33],
  105. [27,30],
  106. [25,34],
  107. [28,31],
  108. [26,35],
  109. [29,32],
  110.  
  111. //middle of frame top main shape lengthwise
  112. [30,21],
  113. [31,22],
  114. [32,23],
  115. [33,30],
  116. [34,31],
  117. [35,32],
  118. //middle of frame top crossing
  119. [31,21],
  120. [30,22],
  121. [31,23],
  122. [32,22],
  123. [33,31],
  124. [34,30],
  125. [35,31],
  126. [34,32],
  127. //front of frame bottom main shape widthwise
  128. [0,1],
  129. [1,2],
  130. [3,4],
  131. [4,5],
  132. [6,7],
  133. [7,8],
  134. [9,10],
  135. [10,11],
  136. //front of frame bottom main shape lengthwise
  137. [0,3],
  138. [1,4],
  139. [2,5],
  140. [3,6],
  141. [4,7],
  142. [5,8],
  143. [6,9],
  144. [7,10],
  145. [8,11],
  146. //front of frame bottom crossing
  147. [0,4],
  148. [1,3],
  149. [1,5],
  150. [2,4],
  151. [3,7],
  152. [4,6],
  153. [4,8],
  154. [5,7],
  155. [6,10],
  156. [7,9],
  157. [7,11],
  158. [8,10],
  159. //front of frame top main shape widthwise
  160. [12,13],
  161. [13,14],
  162. [15,16],
  163. [16,17],
  164. [18,19],
  165. [19,20],
  166. [21,22],
  167. [22,23],
  168. //front of frame top main shape lengthwise
  169. [12,15],
  170. [13,16],
  171. [14,17],
  172. [15,18],
  173. [16,19],
  174. [17,20],
  175. [18,21],
  176. [19,22],
  177. [20,23],
  178. //front of frame top crossing
  179. [12,16],
  180. [12,15],
  181. [12,17],
  182. [14,16],
  183. [15,19],
  184. [16,18],
  185. [16,20],
  186. [17,19],
  187. [18,22],
  188. [19,21],
  189. [19,23],
  190. [20,22],
  191. //front of frame main shape vertical
  192. [0,12],
  193. [1,13],
  194. [2,14],
  195. [3,15],
  196. [4,16],
  197. [5,17],
  198. [6,18],
  199. [7,19],
  200. [8,20],
  201. [9,21],
  202. [10,22],
  203. [11,23],
  204. //front of frame crossing vertical widthwise
  205. [0,13],
  206. [1,12],
  207. [2,13],
  208. [1,14],
  209. [3,16],
  210. [4,15],
  211. [5,16],
  212. [4,17],
  213. [6,19],
  214. [7,18],
  215. [8,19],
  216. [7,20],
  217. [9,22],
  218. [10,21],
  219. [11,22],
  220. [10,23],
  221. //front of frame crossing vertical lengthwise
  222. [0,15],
  223. [1,16],
  224. [2,17],
  225. [3,12],
  226. [4,13],
  227. [5,14],
  228.  
  229. [3,18],
  230. [4,19],
  231. [5,20],
  232. [6,15],
  233. [7,16],
  234. [8,17],
  235.  
  236. [6,21],
  237. [7,22],
  238. [8,23],
  239. [9,18],
  240. [10,19],
  241. [11,20]
  242. ]
  243. }
  244. }
Add Comment
Please, Sign In to add comment