Advertisement
General_101

JMSv2 Template

Dec 8th, 2017
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. ;### VERSION ###
  2. 8210
  3. ; <8197-8210>
  4.  
  5. ;### NODES ###
  6. 0
  7. ; <name>
  8. ; <parent node index>
  9. ; <default rotation <i,j,k,w>>
  10. ; <default translation <x,y,z>>
  11.  
  12. ;### MATERIALS ###
  13. 0
  14. ; <name>
  15. ; <???/LOD/Permutation/Region>
  16.  
  17. ;### MARKERS ###
  18. 0
  19. ; <name>
  20. ; <node index>
  21. ; <rotation <i,j,k,w>>
  22. ; <translation <x,y,z>>
  23. ; <radius>
  24.  
  25. ;### INSTANCE XREF PATHS ###
  26. 0
  27. ; <path to .MAX file>
  28. ; <name>
  29.  
  30. ;### INSTANCE MARKERS ###
  31. 0
  32. ; <name>
  33. ; <unique identifier>
  34. ; <path index>
  35. ; <rotation <i,j,k,w>>
  36. ; <translation <x,y,z>>
  37.  
  38. ;### VERTICES ###
  39. 0
  40. ; <position>
  41. ; <normal>
  42. ; <node influences count>
  43. ; <index>
  44. ; <weight>
  45. ; <texture coordinate count>
  46. ; <texture coordinates <u,v>>
  47.  
  48. ;### TRIANGLES ###
  49. 0
  50. ; <material index>
  51. ; <vertex indices <v0,v1,v2>>
  52.  
  53. ;### SPHERES ###
  54. 0
  55. ; <name>
  56. ; <parent>
  57. ; <material>
  58. ; <rotation <i,j,k,w>>
  59. ; <translation <x,y,z>>
  60. ; <radius>
  61.  
  62. ;### BOXES ###
  63. 0
  64. ; <name>
  65. ; <parent>
  66. ; <material>
  67. ; <rotation <i,j,k,w>>
  68. ; <translation <x,y,z>>
  69. ; <width (x)>
  70. ; <length (y)>
  71. ; <height (z)>
  72.  
  73. ;### CAPSULES ###
  74. 0
  75. ; <name>
  76. ; <parent>
  77. ; <material>
  78. ; <rotation <i,j,k,w>>
  79. ; <translation <x,y,z>>
  80. ; <height>
  81. ; <radius>
  82.  
  83. ;### CONVEX SHAPES ###
  84. 0
  85. ; <name>
  86. ; <parent>
  87. ; <material>
  88. ; <rotation <i,j,k,w>>
  89. ; <translation <x,y,z>>
  90. ; <vertex count>
  91. ; <vertices>
  92.  
  93. ;### RAGDOLLS ###
  94. 0
  95. ; <name>
  96. ; <attached index>
  97. ; <referenced index>
  98. ; <attached transform>
  99. ; <reference transform>
  100. ; <min twist>
  101. ; <max twist>
  102. ; <min cone>
  103. ; <max cone>
  104. ; <min plane>
  105. ; <max plane>
  106.  
  107. ;### HINGES ###
  108. 0
  109. ; <name>
  110. ; <body A index>
  111. ; <body B index>
  112. ; <body A transform>
  113. ; <body B transform>
  114. ; <is limited>
  115. ; <friction limit>
  116. ; <min angle>
  117. ; <max angle
  118.  
  119. ;### CAR_WHEEL ###
  120. 0
  121. ; <name>
  122. ; <chassis index>
  123. ; <wheel index>
  124. ; <chassis transform>
  125. ; <wheel transform>
  126. ; <suspension transform>
  127. ; <suspension min limit>
  128. ; <suspension max limit>
  129. ; <friction limit>
  130. ; <velocity>
  131. ; <gain>
  132.  
  133. ;### POINT_TO_POINT ###
  134. 0
  135. ; <name>
  136. ; <body A index>
  137. ; <body B index>
  138. ; <body A transform>
  139. ; <body B transform>
  140. ; <constraint type>
  141. ; <x min limit>
  142. ; <x max limit>
  143. ; <y min limit>
  144. ; <y max limit>
  145. ; <z min limit>
  146. ; <z max limit>
  147. ; <spring length>
  148.  
  149. ;### PRISMATIC ###
  150. 0
  151. ; <name>
  152. ; <body A index>
  153. ; <body B index>
  154. ; <body A transform>
  155. ; <body B transform>
  156. ; <is limited>
  157. ; <friction limit>
  158. ; <min limit>
  159. ; <max limit>
  160.  
  161. ;### BOUNDING SPHERE ###
  162. 0
  163. ; <translation <x,y,z>>
  164. ; <radius>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement