effectlib.metainfo 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. MetaInfo {
  2. Type {
  3. name: "QtQuick3D.Effects.AdditiveColorGradient"
  4. icon: "images/effect16.png"
  5. Hints {
  6. visibleInNavigator: true
  7. canBeDroppedInNavigator: true
  8. canBeDroppedInFormEditor: false
  9. canBeDroppedInView3D: false
  10. }
  11. ItemLibraryEntry {
  12. name: "Additive Color Gradient"
  13. category: "Qt Quick 3D Effects"
  14. libraryIcon: "images/effect.png"
  15. version: "1.0"
  16. requiredImport: "QtQuick3D.Effects"
  17. }
  18. }
  19. Type {
  20. name: "QtQuick3D.Effects.Blur"
  21. icon: "images/effect16.png"
  22. Hints {
  23. visibleInNavigator: true
  24. canBeDroppedInNavigator: true
  25. canBeDroppedInFormEditor: false
  26. canBeDroppedInView3D: false
  27. }
  28. ItemLibraryEntry {
  29. name: "Blur"
  30. category: "Qt Quick 3D Effects"
  31. libraryIcon: "images/effect.png"
  32. version: "1.0"
  33. requiredImport: "QtQuick3D.Effects"
  34. }
  35. }
  36. Type {
  37. name: "QtQuick3D.Effects.BrushStrokes"
  38. icon: "images/effect16.png"
  39. Hints {
  40. visibleInNavigator: true
  41. canBeDroppedInNavigator: true
  42. canBeDroppedInFormEditor: false
  43. canBeDroppedInView3D: false
  44. }
  45. ItemLibraryEntry {
  46. name: "Brush Strokes"
  47. category: "Qt Quick 3D Effects"
  48. libraryIcon: "images/effect.png"
  49. version: "1.0"
  50. requiredImport: "QtQuick3D.Effects"
  51. }
  52. }
  53. Type {
  54. name: "QtQuick3D.Effects.ChromaticAberration"
  55. icon: "images/effect16.png"
  56. Hints {
  57. visibleInNavigator: true
  58. canBeDroppedInNavigator: true
  59. canBeDroppedInFormEditor: false
  60. canBeDroppedInView3D: false
  61. }
  62. ItemLibraryEntry {
  63. name: "Chromatic Aberration"
  64. category: "Qt Quick 3D Effects"
  65. libraryIcon: "images/effect.png"
  66. version: "1.0"
  67. requiredImport: "QtQuick3D.Effects"
  68. }
  69. }
  70. Type {
  71. name: "QtQuick3D.Effects.ColorMaster"
  72. icon: "images/effect16.png"
  73. Hints {
  74. visibleInNavigator: true
  75. canBeDroppedInNavigator: true
  76. canBeDroppedInFormEditor: false
  77. canBeDroppedInView3D: false
  78. }
  79. ItemLibraryEntry {
  80. name: "Color Master"
  81. category: "Qt Quick 3D Effects"
  82. libraryIcon: "images/effect.png"
  83. version: "1.0"
  84. requiredImport: "QtQuick3D.Effects"
  85. }
  86. }
  87. Type {
  88. name: "QtQuick3D.Effects.DepthOfFieldHQBlur"
  89. icon: "images/effect16.png"
  90. Hints {
  91. visibleInNavigator: true
  92. canBeDroppedInNavigator: true
  93. canBeDroppedInFormEditor: false
  94. canBeDroppedInView3D: false
  95. }
  96. ItemLibraryEntry {
  97. name: "Depth of Field HQ Blur"
  98. category: "Qt Quick 3D Effects"
  99. libraryIcon: "images/effect.png"
  100. version: "1.0"
  101. requiredImport: "QtQuick3D.Effects"
  102. }
  103. }
  104. Type {
  105. name: "QtQuick3D.Effects.Desaturate"
  106. icon: "images/effect16.png"
  107. Hints {
  108. visibleInNavigator: true
  109. canBeDroppedInNavigator: true
  110. canBeDroppedInFormEditor: false
  111. canBeDroppedInView3D: false
  112. }
  113. ItemLibraryEntry {
  114. name: "Desaturate"
  115. category: "Qt Quick 3D Effects"
  116. libraryIcon: "images/effect.png"
  117. version: "1.0"
  118. requiredImport: "QtQuick3D.Effects"
  119. }
  120. }
  121. Type {
  122. name: "QtQuick3D.Effects.DistortionRipple"
  123. icon: "images/effect16.png"
  124. Hints {
  125. visibleInNavigator: true
  126. canBeDroppedInNavigator: true
  127. canBeDroppedInFormEditor: false
  128. canBeDroppedInView3D: false
  129. }
  130. ItemLibraryEntry {
  131. name: "Distortion Ripple"
  132. category: "Qt Quick 3D Effects"
  133. libraryIcon: "images/effect.png"
  134. version: "1.0"
  135. requiredImport: "QtQuick3D.Effects"
  136. }
  137. }
  138. Type {
  139. name: "QtQuick3D.Effects.DistortionSphere"
  140. icon: "images/effect16.png"
  141. Hints {
  142. visibleInNavigator: true
  143. canBeDroppedInNavigator: true
  144. canBeDroppedInFormEditor: false
  145. canBeDroppedInView3D: false
  146. }
  147. ItemLibraryEntry {
  148. name: "Distortion Sphere"
  149. category: "Qt Quick 3D Effects"
  150. libraryIcon: "images/effect.png"
  151. version: "1.0"
  152. requiredImport: "QtQuick3D.Effects"
  153. }
  154. }
  155. Type {
  156. name: "QtQuick3D.Effects.DistortionSpiral"
  157. icon: "images/effect16.png"
  158. Hints {
  159. visibleInNavigator: true
  160. canBeDroppedInNavigator: true
  161. canBeDroppedInFormEditor: false
  162. canBeDroppedInView3D: false
  163. }
  164. ItemLibraryEntry {
  165. name: "Distortion Spiral"
  166. category: "Qt Quick 3D Effects"
  167. libraryIcon: "images/effect.png"
  168. version: "1.0"
  169. requiredImport: "QtQuick3D.Effects"
  170. }
  171. }
  172. Type {
  173. name: "QtQuick3D.Effects.EdgeDetect"
  174. icon: "images/effect16.png"
  175. Hints {
  176. visibleInNavigator: true
  177. canBeDroppedInNavigator: true
  178. canBeDroppedInFormEditor: false
  179. canBeDroppedInView3D: false
  180. }
  181. ItemLibraryEntry {
  182. name: "Edge Detect"
  183. category: "Qt Quick 3D Effects"
  184. libraryIcon: "images/effect.png"
  185. version: "1.0"
  186. requiredImport: "QtQuick3D.Effects"
  187. }
  188. }
  189. Type {
  190. name: "QtQuick3D.Effects.Emboss"
  191. icon: "images/effect16.png"
  192. Hints {
  193. visibleInNavigator: true
  194. canBeDroppedInNavigator: true
  195. canBeDroppedInFormEditor: false
  196. canBeDroppedInView3D: false
  197. }
  198. ItemLibraryEntry {
  199. name: "Emboss"
  200. category: "Qt Quick 3D Effects"
  201. libraryIcon: "images/effect.png"
  202. version: "1.0"
  203. requiredImport: "QtQuick3D.Effects"
  204. }
  205. }
  206. Type {
  207. name: "QtQuick3D.Effects.Flip"
  208. icon: "images/effect16.png"
  209. Hints {
  210. visibleInNavigator: true
  211. canBeDroppedInNavigator: true
  212. canBeDroppedInFormEditor: false
  213. canBeDroppedInView3D: false
  214. }
  215. ItemLibraryEntry {
  216. name: "Flip"
  217. category: "Qt Quick 3D Effects"
  218. libraryIcon: "images/effect.png"
  219. version: "1.0"
  220. requiredImport: "QtQuick3D.Effects"
  221. }
  222. }
  223. Type {
  224. name: "QtQuick3D.Effects.Fxaa"
  225. icon: "images/effect16.png"
  226. Hints {
  227. visibleInNavigator: true
  228. canBeDroppedInNavigator: true
  229. canBeDroppedInFormEditor: false
  230. canBeDroppedInView3D: false
  231. }
  232. ItemLibraryEntry {
  233. name: "Fxaa"
  234. category: "Qt Quick 3D Effects"
  235. libraryIcon: "images/effect.png"
  236. version: "1.0"
  237. requiredImport: "QtQuick3D.Effects"
  238. }
  239. }
  240. Type {
  241. name: "QtQuick3D.Effects.GaussianBlur"
  242. icon: "images/effect16.png"
  243. Hints {
  244. visibleInNavigator: true
  245. canBeDroppedInNavigator: true
  246. canBeDroppedInFormEditor: false
  247. canBeDroppedInView3D: false
  248. }
  249. ItemLibraryEntry {
  250. name: "Gaussian Blur"
  251. category: "Qt Quick 3D Effects"
  252. libraryIcon: "images/effect.png"
  253. version: "1.0"
  254. requiredImport: "QtQuick3D.Effects"
  255. }
  256. }
  257. Type {
  258. name: "QtQuick3D.Effects.HDRBloomTonemap"
  259. icon: "images/effect16.png"
  260. Hints {
  261. visibleInNavigator: true
  262. canBeDroppedInNavigator: true
  263. canBeDroppedInFormEditor: false
  264. canBeDroppedInView3D: false
  265. }
  266. ItemLibraryEntry {
  267. name: "HDR Bloom Tonemap"
  268. category: "Qt Quick 3D Effects"
  269. libraryIcon: "images/effect.png"
  270. version: "1.0"
  271. requiredImport: "QtQuick3D.Effects"
  272. }
  273. }
  274. Type {
  275. name: "QtQuick3D.Effects.MotionBlur"
  276. icon: "images/effect16.png"
  277. Hints {
  278. visibleInNavigator: true
  279. canBeDroppedInNavigator: true
  280. canBeDroppedInFormEditor: false
  281. canBeDroppedInView3D: false
  282. }
  283. ItemLibraryEntry {
  284. name: "Motion Blur"
  285. category: "Qt Quick 3D Effects"
  286. libraryIcon: "images/effect.png"
  287. version: "1.0"
  288. requiredImport: "QtQuick3D.Effects"
  289. }
  290. }
  291. Type {
  292. name: "QtQuick3D.Effects.Scatter"
  293. icon: "images/effect16.png"
  294. Hints {
  295. visibleInNavigator: true
  296. canBeDroppedInNavigator: true
  297. canBeDroppedInFormEditor: false
  298. canBeDroppedInView3D: false
  299. }
  300. ItemLibraryEntry {
  301. name: "Scatter"
  302. category: "Qt Quick 3D Effects"
  303. libraryIcon: "images/effect.png"
  304. version: "1.0"
  305. requiredImport: "QtQuick3D.Effects"
  306. }
  307. }
  308. Type {
  309. name: "QtQuick3D.Effects.SCurveTonemap"
  310. icon: "images/effect16.png"
  311. Hints {
  312. visibleInNavigator: true
  313. canBeDroppedInNavigator: true
  314. canBeDroppedInFormEditor: false
  315. canBeDroppedInView3D: false
  316. }
  317. ItemLibraryEntry {
  318. name: "SCurve Tonemap"
  319. category: "Qt Quick 3D Effects"
  320. libraryIcon: "images/effect.png"
  321. version: "1.0"
  322. requiredImport: "QtQuick3D.Effects"
  323. }
  324. }
  325. Type {
  326. name: "QtQuick3D.Effects.TiltShift"
  327. icon: "images/effect16.png"
  328. Hints {
  329. visibleInNavigator: true
  330. canBeDroppedInNavigator: true
  331. canBeDroppedInFormEditor: false
  332. canBeDroppedInView3D: false
  333. }
  334. ItemLibraryEntry {
  335. name: "Tilt Shift"
  336. category: "Qt Quick 3D Effects"
  337. libraryIcon: "images/effect.png"
  338. version: "1.0"
  339. requiredImport: "QtQuick3D.Effects"
  340. }
  341. }
  342. Type {
  343. name: "QtQuick3D.Effects.Vignette"
  344. icon: "images/effect16.png"
  345. Hints {
  346. visibleInNavigator: true
  347. canBeDroppedInNavigator: true
  348. canBeDroppedInFormEditor: false
  349. canBeDroppedInView3D: false
  350. }
  351. ItemLibraryEntry {
  352. name: "Vignette"
  353. category: "Qt Quick 3D Effects"
  354. libraryIcon: "images/effect.png"
  355. version: "1.0"
  356. requiredImport: "QtQuick3D.Effects"
  357. }
  358. }
  359. }