physics.metainfo 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. MetaInfo {
  2. Type {
  3. name: "QtQuick3D.Physics.PhysicsWorld"
  4. icon: "images/physicsworld16.png"
  5. Hints {
  6. visibleInNavigator: true
  7. canBeDroppedInNavigator: true
  8. canBeDroppedInFormEditor: false
  9. canBeDroppedInView3D: false
  10. }
  11. ItemLibraryEntry {
  12. name: "Physics World"
  13. category: "Components"
  14. libraryIcon: "images/physicsworld.png"
  15. version: "6.5"
  16. requiredImport: "QtQuick3D.Physics"
  17. }
  18. }
  19. Type {
  20. name: "QtQuick3D.Physics.TriggerBody"
  21. icon: "images/triggerbody16.png"
  22. Hints {
  23. visibleInNavigator: true
  24. canBeDroppedInNavigator: true
  25. canBeDroppedInFormEditor: false
  26. canBeDroppedInView3D: true
  27. }
  28. ItemLibraryEntry {
  29. name: "Trigger Body"
  30. category: "Collision Bodies"
  31. libraryIcon: "images/triggerbody.png"
  32. version: "6.5"
  33. requiredImport: "QtQuick3D.Physics"
  34. }
  35. }
  36. Type {
  37. name: "QtQuick3D.Physics.StaticRigidBody"
  38. icon: "images/staticrigidbody16.png"
  39. Hints {
  40. visibleInNavigator: true
  41. canBeDroppedInNavigator: true
  42. canBeDroppedInFormEditor: false
  43. canBeDroppedInView3D: true
  44. }
  45. ItemLibraryEntry {
  46. name: "Static Rigid Body"
  47. category: "Collision Bodies"
  48. libraryIcon: "images/staticrigidbody.png"
  49. version: "6.5"
  50. requiredImport: "QtQuick3D.Physics"
  51. }
  52. }
  53. Type {
  54. name: "QtQuick3D.Physics.DynamicRigidBody"
  55. icon: "images/dynamicrigidbody16.png"
  56. Hints {
  57. visibleInNavigator: true
  58. canBeDroppedInNavigator: true
  59. canBeDroppedInFormEditor: false
  60. canBeDroppedInView3D: true
  61. }
  62. ItemLibraryEntry {
  63. name: "Dynamic Rigid Body"
  64. category: "Collision Bodies"
  65. libraryIcon: "images/dynamicrigidbody.png"
  66. version: "6.5"
  67. requiredImport: "QtQuick3D.Physics"
  68. }
  69. }
  70. Type {
  71. name: "QtQuick3D.Physics.PhysicsMaterial"
  72. icon: "images/physicsmaterial16.png"
  73. Hints {
  74. visibleInNavigator: true
  75. canBeDroppedInNavigator: true
  76. canBeDroppedInFormEditor: false
  77. canBeDroppedInView3D: false
  78. }
  79. ItemLibraryEntry {
  80. name: "Physics Material"
  81. category: "Components"
  82. libraryIcon: "images/physicsmaterial.png"
  83. version: "6.5"
  84. requiredImport: "QtQuick3D.Physics"
  85. }
  86. }
  87. Type {
  88. name: "QtQuick3D.Physics.BoxShape"
  89. icon: "images/boxshape16.png"
  90. Hints {
  91. visibleInNavigator: true
  92. canBeDroppedInNavigator: true
  93. canBeDroppedInFormEditor: false
  94. canBeDroppedInView3D: true
  95. }
  96. ItemLibraryEntry {
  97. name: "Box Shape"
  98. category: "Collision Shapes"
  99. libraryIcon: "images/boxshape.png"
  100. version: "6.5"
  101. requiredImport: "QtQuick3D.Physics"
  102. }
  103. }
  104. Type {
  105. name: "QtQuick3D.Physics.CapsuleShape"
  106. icon: "images/capsuleshape16.png"
  107. Hints {
  108. visibleInNavigator: true
  109. canBeDroppedInNavigator: true
  110. canBeDroppedInFormEditor: false
  111. canBeDroppedInView3D: true
  112. }
  113. ItemLibraryEntry {
  114. name: "Capsule Shape"
  115. category: "Collision Shapes"
  116. libraryIcon: "images/capsuleshape.png"
  117. version: "6.5"
  118. requiredImport: "QtQuick3D.Physics"
  119. }
  120. }
  121. Type {
  122. name: "QtQuick3D.Physics.ConvexMeshShape"
  123. icon: "images/convexmeshshape16.png"
  124. Hints {
  125. visibleInNavigator: true
  126. canBeDroppedInNavigator: true
  127. canBeDroppedInFormEditor: false
  128. canBeDroppedInView3D: true
  129. }
  130. ItemLibraryEntry {
  131. name: "Convex Mesh Shape"
  132. category: "Collision Shapes"
  133. libraryIcon: "images/convexmeshshape.png"
  134. version: "6.5"
  135. requiredImport: "QtQuick3D.Physics"
  136. }
  137. }
  138. Type {
  139. name: "QtQuick3D.Physics.HeightFieldShape"
  140. icon: "images/heightfieldshape16.png"
  141. Hints {
  142. visibleInNavigator: true
  143. canBeDroppedInNavigator: true
  144. canBeDroppedInFormEditor: false
  145. canBeDroppedInView3D: true
  146. }
  147. ItemLibraryEntry {
  148. name: "Height Field Shape"
  149. category: "Collision Shapes"
  150. libraryIcon: "images/heightfieldshape.png"
  151. version: "6.5"
  152. requiredImport: "QtQuick3D.Physics"
  153. }
  154. }
  155. Type {
  156. name: "QtQuick3D.Physics.PlaneShape"
  157. icon: "images/planeshape16.png"
  158. Hints {
  159. visibleInNavigator: true
  160. canBeDroppedInNavigator: true
  161. canBeDroppedInFormEditor: false
  162. canBeDroppedInView3D: true
  163. }
  164. ItemLibraryEntry {
  165. name: "Plane Shape"
  166. category: "Collision Shapes"
  167. libraryIcon: "images/planeshape.png"
  168. version: "6.5"
  169. requiredImport: "QtQuick3D.Physics"
  170. }
  171. }
  172. Type {
  173. name: "QtQuick3D.Physics.SphereShape"
  174. icon: "images/sphereshape16.png"
  175. Hints {
  176. visibleInNavigator: true
  177. canBeDroppedInNavigator: true
  178. canBeDroppedInFormEditor: false
  179. canBeDroppedInView3D: true
  180. }
  181. ItemLibraryEntry {
  182. name: "Sphere Shape"
  183. category: "Collision Shapes"
  184. libraryIcon: "images/sphereshape.png"
  185. version: "6.5"
  186. requiredImport: "QtQuick3D.Physics"
  187. }
  188. }
  189. Type {
  190. name: "QtQuick3D.Physics.TriangleMeshShape"
  191. icon: "images/trianglemeshshape16.png"
  192. Hints {
  193. visibleInNavigator: true
  194. canBeDroppedInNavigator: true
  195. canBeDroppedInFormEditor: false
  196. canBeDroppedInView3D: true
  197. }
  198. ItemLibraryEntry {
  199. name: "Triangle Mesh Shape"
  200. category: "Collision Shapes"
  201. libraryIcon: "images/trianglemeshshape.png"
  202. version: "6.5"
  203. requiredImport: "QtQuick3D.Physics"
  204. }
  205. }
  206. Type {
  207. name: "QtQuick3D.Physics.CharacterController"
  208. icon: "images/charactercontroller16.png"
  209. Hints {
  210. visibleInNavigator: true
  211. canBeDroppedInNavigator: true
  212. canBeDroppedInFormEditor: false
  213. canBeDroppedInView3D: true
  214. }
  215. ItemLibraryEntry {
  216. name: "Character Controller"
  217. category: "Collision Bodies"
  218. libraryIcon: "images/charactercontroller.png"
  219. version: "6.5"
  220. requiredImport: "QtQuick3D.Physics"
  221. }
  222. }
  223. }