config.json 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354
  1. {
  2. "build": {
  3. "filename": "babylon.max.js",
  4. "minFilename": "babylon.js",
  5. "minWorkerFilename": "babylon.worker.js",
  6. "declarationFilename": "babylon.d.ts",
  7. "declarationModuleFilename": "babylon.module.d.ts",
  8. "outputDirectory": "../../dist/preview release",
  9. "srcOutputDirectory": "../../src/",
  10. "currentConfig": "all"
  11. },
  12. "buildConfigurations": {
  13. "all": [
  14. "standardMaterial", "pbrMaterial", "freeCamera", "arcRotateCamera", "hemisphericLight",
  15. "pointLight", "directionalLight", "spotLight", "animations", "actions", "sprites", "picking", "collisions",
  16. "particles", "solidParticles", "additionalMeshes", "meshBuilder", "audio", "additionalTextures", "shadows",
  17. "loader", "userData", "offline", "fresnel", "multiMaterial", "touchCamera", "procedural", "gamepad",
  18. "additionalCameras", "postProcesses", "renderingPipeline", "additionalRenderingPipeline", "depthRenderer", "additionalPostProcesses",
  19. "bones", "hdr", "polygonMesh", "csg", "lensFlares", "physics", "textureFormats", "debug", "morphTargets",
  20. "colorCurves", "octrees", "simd", "vr", "virtualJoystick", "optimizations", "highlights", "assetsManager",
  21. "mapTexture", "dynamicFloatArray", "serialization", "probes", "layer"
  22. ],
  23. "minimal": ["standardMaterial", "freeCamera", "hemisphericLight"],
  24. "minimalWithBuilder": ["meshBuilder", "standardMaterial", "freeCamera", "hemisphericLight"]
  25. },
  26. "workloads" :
  27. {
  28. "core" :
  29. {
  30. "files":[
  31. "../../src/Math/babylon.math.js",
  32. "../../src/babylon.mixins.js",
  33. "../../src/Tools/babylon.decorators.js",
  34. "../../src/Tools/babylon.observable.js",
  35. "../../src/Tools/babylon.smartArray.js",
  36. "../../src/Tools/babylon.tools.js",
  37. "../../src/States/babylon.alphaCullingState.js",
  38. "../../src/States/babylon.depthCullingState.js",
  39. "../../src/States/babylon.stencilState.js",
  40. "../../src/babylon.engine.js",
  41. "../../src/babylon.node.js",
  42. "../../src/Culling/babylon.boundingSphere.js",
  43. "../../src/Culling/babylon.boundingBox.js",
  44. "../../src/Culling/babylon.boundingInfo.js",
  45. "../../src/Mesh/babylon.abstractMesh.js",
  46. "../../src/Lights/babylon.light.js",
  47. "../../src/Cameras/babylon.camera.js",
  48. "../../src/Rendering/babylon.renderingManager.js",
  49. "../../src/Rendering/babylon.renderingGroup.js",
  50. "../../src/babylon.scene.js",
  51. "../../src/Mesh/babylon.buffer.js",
  52. "../../src/Mesh/babylon.vertexBuffer.js",
  53. "../../src/Materials/Textures/babylon.baseTexture.js",
  54. "../../src/Materials/Textures/babylon.texture.js",
  55. "../../src/Mesh/babylon.mesh.js",
  56. "../../src/Mesh/babylon.subMesh.js",
  57. "../../src/Materials/babylon.effect.js",
  58. "../../src/Materials/babylon.materialHelper.js",
  59. "../../src/Materials/babylon.material.js",
  60. "../../src/Materials/babylon.uniformBuffer.js",
  61. "../../src/Materials/babylon.pushMaterial.js",
  62. "../../src/Mesh/babylon.mesh.vertexData.js",
  63. "../../src/Mesh/babylon.geometry.js",
  64. "../../src/PostProcess/babylon.postProcessManager.js"
  65. ]
  66. },
  67. "particles" :
  68. {
  69. "files": [
  70. "../../src/Particles/babylon.particle.js",
  71. "../../src/Particles/babylon.particleSystem.js"
  72. ],
  73. "dependUpon" : [
  74. "core"
  75. ],
  76. "shaders" : [
  77. "particles.vertex",
  78. "particles.fragment"
  79. ]
  80. },
  81. "solidParticles" :
  82. {
  83. "files": [
  84. "../../src/Particles/babylon.solidParticle.js",
  85. "../../src/Particles/babylon.solidParticleSystem.js"
  86. ],
  87. "dependUpon" : [
  88. "core"
  89. ]
  90. },
  91. "collisions" :
  92. {
  93. "files": [
  94. "../../src/Collisions/babylon.collider.js",
  95. "../../src/Collisions/babylon.collisionCoordinator.js"
  96. ],
  97. "dependUpon" : [
  98. "core"
  99. ]
  100. },
  101. "picking" :
  102. {
  103. "files": [
  104. "../../src/Collisions/babylon.pickingInfo.js",
  105. "../../src/Culling/babylon.ray.js"
  106. ],
  107. "dependUpon" : [
  108. "core"
  109. ]
  110. },
  111. "sprites" :
  112. {
  113. "files": [
  114. "../../src/Sprites/babylon.spriteManager.js",
  115. "../../src/Sprites/babylon.sprite.js"
  116. ],
  117. "dependUpon" : [
  118. "core"
  119. ],
  120. "shaders" : [
  121. "sprites.vertex",
  122. "sprites.fragment"
  123. ]
  124. },
  125. "animations" :
  126. {
  127. "files": [
  128. "../../src/Animations/babylon.animation.js",
  129. "../../src/Animations/babylon.animatable.js",
  130. "../../src/Animations/babylon.easing.js"
  131. ],
  132. "dependUpon" : [
  133. "core"
  134. ]
  135. },
  136. "actions" :
  137. {
  138. "files": [
  139. "../../src/Actions/babylon.condition.js",
  140. "../../src/Actions/babylon.action.js",
  141. "../../src/Actions/babylon.actionManager.js",
  142. "../../src/Actions/babylon.interpolateValueAction.js",
  143. "../../src/Actions/babylon.directActions.js"
  144. ],
  145. "dependUpon" : [
  146. "core"
  147. ]
  148. },
  149. "additionalMeshes" :
  150. {
  151. "files": [
  152. "../../src/Mesh/babylon.groundMesh.js",
  153. "../../src/Mesh/babylon.instancedMesh.js",
  154. "../../src/Mesh/babylon.linesMesh.js"
  155. ],
  156. "dependUpon" : [
  157. "core"
  158. ],
  159. "shaders": [
  160. "color.vertex",
  161. "color.fragment"
  162. ]
  163. },
  164. "meshBuilder" :
  165. {
  166. "files": [
  167. "../../src/Mesh/babylon.meshBuilder.js"
  168. ],
  169. "dependUpon" : [
  170. "core",
  171. "shaderMaterial"
  172. ]
  173. },
  174. "shaderMaterial" :
  175. {
  176. "files": [
  177. "../../src/Materials/babylon.shaderMaterial.js"
  178. ],
  179. "dependUpon" : [
  180. "core"
  181. ]
  182. },
  183. "standardMaterial" :
  184. {
  185. "files": [
  186. "../../src/Materials/babylon.standardMaterial.js"
  187. ],
  188. "dependUpon" : [
  189. "core"
  190. ],
  191. "shaders": [
  192. "default.vertex",
  193. "default.fragment"
  194. ],
  195. "shaderIncludes": [
  196. "bonesDeclaration",
  197. "instancesDeclaration",
  198. "pointCloudVertexDeclaration",
  199. "bumpVertexDeclaration",
  200. "clipPlaneVertexDeclaration",
  201. "fogVertexDeclaration",
  202. "shadowsVertexDeclaration",
  203. "morphTargetsVertexGlobalDeclaration",
  204. "morphTargetsVertexDeclaration",
  205. "logDepthDeclaration",
  206. "morphTargetsVertex",
  207. "instancesVertex",
  208. "bonesVertex",
  209. "bumpVertex",
  210. "clipPlaneVertex",
  211. "fogVertex",
  212. "shadowsVertex",
  213. "pointCloudVertex",
  214. "logDepthVertex",
  215. "helperFunctions",
  216. "lightFragmentDeclaration",
  217. "lightsFragmentFunctions",
  218. "lightUboDeclaration",
  219. "defaultVertexDeclaration",
  220. "defaultFragmentDeclaration",
  221. "defaultUboDeclaration",
  222. "shadowsFragmentFunctions",
  223. "fresnelFunction",
  224. "reflectionFunction",
  225. "colorGradingDefinition",
  226. "colorGrading",
  227. "colorCurvesDefinition",
  228. "colorCurves",
  229. "bumpFragmentFunctions",
  230. "clipPlaneFragmentDeclaration",
  231. "logDepthDeclaration",
  232. "fogFragmentDeclaration",
  233. "clipPlaneFragment",
  234. "bumpFragment",
  235. "lightFragment",
  236. "logDepthFragment",
  237. "fogFragment"
  238. ]
  239. },
  240. "pbrMaterial" :
  241. {
  242. "files": [
  243. "../../src/Materials/babylon.pbrMaterial.js"
  244. ],
  245. "dependUpon" : [
  246. "core"
  247. ],
  248. "shaders": [
  249. "pbr.vertex",
  250. "pbr.fragment"
  251. ],
  252. "shaderIncludes": [
  253. "bonesDeclaration",
  254. "instancesDeclaration",
  255. "bumpVertexDeclaration",
  256. "clipPlaneVertexDeclaration",
  257. "fogVertexDeclaration",
  258. "shadowsVertexDeclaration",
  259. "morphTargetsVertexGlobalDeclaration",
  260. "morphTargetsVertexDeclaration",
  261. "logDepthDeclaration",
  262. "morphTargetsVertex",
  263. "instancesVertex",
  264. "bonesVertex",
  265. "bumpVertex",
  266. "clipPlaneVertex",
  267. "fogVertex",
  268. "shadowsVertex",
  269. "logDepthVertex",
  270. "lightFragmentDeclaration",
  271. "lightUboDeclaration",
  272. "pbrVertexDeclaration",
  273. "pbrFragmentDeclaration",
  274. "pbrUboDeclaration",
  275. "fresnelFunction",
  276. "reflectionFunction",
  277. "colorGradingDefinition",
  278. "colorCurvesDefinition",
  279. "shadowsFragmentFunctions",
  280. "pbrFunctions",
  281. "colorGrading",
  282. "colorCurves",
  283. "harmonicsFunctions",
  284. "pbrLightFunctions",
  285. "helperFunctions",
  286. "bumpFragmentFunctions",
  287. "clipPlaneFragmentDeclaration",
  288. "logDepthDeclaration",
  289. "fogFragmentDeclaration",
  290. "clipPlaneFragment",
  291. "bumpFragment",
  292. "pbrLightFunctionsCall",
  293. "logDepthFragment",
  294. "fogFragment"
  295. ]
  296. },
  297. "freeCamera" :
  298. {
  299. "files": [
  300. "../../src/Cameras/babylon.cameraInputsManager.js",
  301. "../../src/Cameras/Inputs/babylon.freeCameraMouseInput.js",
  302. "../../src/Cameras/Inputs/babylon.freeCameraKeyboardMoveInput.js",
  303. "../../src/Cameras/babylon.freeCameraInputsManager.js",
  304. "../../src/Cameras/babylon.targetCamera.js",
  305. "../../src/Cameras/babylon.freeCamera.js"
  306. ],
  307. "dependUpon" : [
  308. "core"
  309. ]
  310. },
  311. "arcRotateCamera" :
  312. {
  313. "files": [
  314. "../../src/Cameras/babylon.cameraInputsManager.js",
  315. "../../src/Cameras/babylon.targetCamera.js",
  316. "../../src/Cameras/Inputs/babylon.arcRotateCameraKeyboardMoveInput.js",
  317. "../../src/Cameras/Inputs/babylon.arcRotateCameraMouseWheelInput.js",
  318. "../../src/Cameras/Inputs/babylon.arcRotateCameraPointersInput.js",
  319. "../../src/Cameras/babylon.arcRotateCamera.js",
  320. "../../src/Cameras/babylon.arcRotateCameraInputsManager.js"
  321. ],
  322. "dependUpon" : [
  323. "core"
  324. ]
  325. },
  326. "hemisphericLight" :
  327. {
  328. "files": [
  329. "../../src/Lights/babylon.hemisphericLight.js"
  330. ],
  331. "dependUpon" : [
  332. "core"
  333. ]
  334. },
  335. "pointLight" :
  336. {
  337. "files": [
  338. "../../src/Lights/babylon.pointLight.js"
  339. ],
  340. "dependUpon" : [
  341. "core"
  342. ]
  343. },
  344. "directionalLight" :
  345. {
  346. "files": [
  347. "../../src/Lights/babylon.directionalLight.js"
  348. ],
  349. "dependUpon" : [
  350. "core"
  351. ]
  352. },
  353. "spotLight" :
  354. {
  355. "files": [
  356. "../../src/Lights/babylon.spotLight.js"
  357. ],
  358. "dependUpon" : [
  359. "core"
  360. ]
  361. },
  362. "audio" :
  363. {
  364. "files": [
  365. "../../src/Audio/babylon.audioEngine.js",
  366. "../../src/Audio/babylon.sound.js",
  367. "../../src/Audio/babylon.soundtrack.js",
  368. "../../src/Audio/babylon.analyser.js"
  369. ],
  370. "dependUpon" : [
  371. "core"
  372. ]
  373. },
  374. "additionalTextures" :
  375. {
  376. "files": [
  377. "../../src/Materials/Textures/babylon.cubeTexture.js",
  378. "../../src/Materials/Textures/babylon.renderTargetTexture.js",
  379. "../../src/Materials/Textures/babylon.mirrorTexture.js",
  380. "../../src/Materials/Textures/babylon.refractionTexture.js",
  381. "../../src/Materials/Textures/babylon.dynamicTexture.js",
  382. "../../src/Materials/Textures/babylon.videoTexture.js",
  383. "../../src/Materials/Textures/babylon.rawTexture.js"
  384. ],
  385. "dependUpon" : [
  386. "core"
  387. ]
  388. },
  389. "shadows" :
  390. {
  391. "files": [
  392. "../../src/Lights/Shadows/babylon.shadowGenerator.js"
  393. ],
  394. "dependUpon" : [
  395. "postProcesses"
  396. ],
  397. "shaders" : [
  398. "shadowMap.vertex",
  399. "shadowMap.fragment",
  400. "depthBoxBlur.fragment"
  401. ]
  402. },
  403. "loader" :
  404. {
  405. "files": [
  406. "../../src/Tools/babylon.loadingScreen.js",
  407. "../../src/Loading/babylon.sceneLoader.js",
  408. "../../src/Loading/Plugins/babylon.babylonFileLoader.js",
  409. "../../src/Tools/babylon.filesInput.js"
  410. ],
  411. "dependUpon" : [
  412. "core"
  413. ]
  414. },
  415. "userData" :
  416. {
  417. "files": [
  418. "../../src/Tools/babylon.stringDictionary.js",
  419. "../../src/Tools/babylon.tags.js",
  420. "../../src/Tools/babylon.andOrNotEvaluator.js"
  421. ],
  422. "dependUpon" : [
  423. "core"
  424. ]
  425. },
  426. "offline" :
  427. {
  428. "files": [
  429. "../../src/Tools/babylon.database.js"
  430. ],
  431. "dependUpon" : [
  432. "core"
  433. ]
  434. },
  435. "fresnel" :
  436. {
  437. "files": [
  438. "../../src/Materials/babylon.fresnelParameters.js"
  439. ],
  440. "dependUpon" : [
  441. "core"
  442. ]
  443. },
  444. "multiMaterial" :
  445. {
  446. "files": [
  447. "../../src/Materials/babylon.multiMaterial.js"
  448. ],
  449. "dependUpon" : [
  450. "core"
  451. ]
  452. },
  453. "touchCamera" :
  454. {
  455. "files": [
  456. "../../src/Cameras/Inputs/babylon.freeCameraTouchInput.js",
  457. "../../src/Cameras/babylon.touchCamera.js"
  458. ],
  459. "dependUpon" : [
  460. "core"
  461. ]
  462. },
  463. "procedural" :
  464. {
  465. "files": [
  466. "../../src/Materials/Textures/Procedurals/babylon.proceduralTexture.js",
  467. "../../src/Materials/Textures/Procedurals/babylon.customProceduralTexture.js"
  468. ],
  469. "dependUpon" : [
  470. "core"
  471. ],
  472. "shaders": [
  473. "procedural.vertex"
  474. ]
  475. },
  476. "gamepad" :
  477. {
  478. "files": [
  479. "../../src/Cameras/Inputs/babylon.freeCameraGamepadInput.js",
  480. "../../src/Cameras/Inputs/babylon.arcRotateCameraGamepadInput.js",
  481. "../../src/Tools/babylon.gamepads.js",
  482. "../../src/Tools/babylon.extendedGamepad.js"
  483. ],
  484. "dependUpon" : [
  485. "core"
  486. ]
  487. },
  488. "additionalCameras" :
  489. {
  490. "files": [
  491. "../../src/Cameras/babylon.followCamera.js",
  492. "../../src/Cameras/babylon.universalCamera.js",
  493. "../../src/Cameras/babylon.gamepadCamera.js"
  494. ],
  495. "dependUpon" : [
  496. "gamepad"
  497. ]
  498. },
  499. "depthRenderer" :
  500. {
  501. "files": [
  502. "../../src/Rendering/babylon.depthRenderer.js"
  503. ],
  504. "dependUpon" : [
  505. "core"
  506. ],
  507. "shaders" : [
  508. "depth.vertex",
  509. "depth.fragment"
  510. ],
  511. "shaderIncludes": [
  512. "bonesDeclaration",
  513. "instancesDeclaration",
  514. "instancesVertex",
  515. "bonesVertex"
  516. ]
  517. },
  518. "postProcesses" :
  519. {
  520. "files": [
  521. "../../src/PostProcess/babylon.postProcess.js",
  522. "../../src/PostProcess/babylon.passPostProcess.js"
  523. ],
  524. "dependUpon" : [
  525. "core"
  526. ],
  527. "shaders" : [
  528. "postprocess.vertex",
  529. "pass.fragment"
  530. ]
  531. },
  532. "additionalPostProcesses" :
  533. {
  534. "files": [
  535. "../../src/PostProcess/babylon.blurPostProcess.js",
  536. "../../src/PostProcess/babylon.refractionPostProcess.js",
  537. "../../src/PostProcess/babylon.blackAndWhitePostProcess.js",
  538. "../../src/PostProcess/babylon.convolutionPostProcess.js",
  539. "../../src/PostProcess/babylon.filterPostProcess.js",
  540. "../../src/PostProcess/babylon.fxaaPostProcess.js",
  541. "../../src/PostProcess/babylon.volumetricLightScatteringPostProcess.js",
  542. "../../src/PostProcess/babylon.colorCorrectionPostProcess.js",
  543. "../../src/PostProcess/babylon.tonemapPostProcess.js",
  544. "../../src/PostProcess/babylon.displayPassPostProcess.js"
  545. ],
  546. "dependUpon" : [
  547. "postProcesses"
  548. ],
  549. "shaders" : [
  550. "blur.fragment",
  551. "refraction.fragment",
  552. "blackAndWhite.fragment",
  553. "convolution.fragment",
  554. "filter.fragment",
  555. "fxaa.fragment",
  556. "volumetricLightScattering.fragment",
  557. "volumetricLightScatteringPass.fragment",
  558. "colorCorrection.fragment",
  559. "tonemap.fragment",
  560. "displayPass.fragment"
  561. ]
  562. },
  563. "renderingPipeline" :
  564. {
  565. "files": [
  566. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderPipelineManager.js",
  567. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderPass.js",
  568. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderEffect.js",
  569. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderPipeline.js"
  570. ],
  571. "dependUpon" : [
  572. "postProcesses"
  573. ]
  574. },
  575. "additionalRenderingPipeline" :
  576. {
  577. "files": [
  578. "../../src/PostProcess/babylon.ssaoRenderingPipeline.js",
  579. "../../src/PostProcess/babylon.lensRenderingPipeline.js",
  580. "../../src/PostProcess/babylon.hdrRenderingPipeline.js",
  581. "../../src/PostProcess/babylon.standardRenderingPipeline.js"
  582. ],
  583. "dependUpon" : [
  584. "renderingPipeline",
  585. "depthRenderer"
  586. ],
  587. "shaders" : [
  588. "ssao.fragment",
  589. "ssaoCombine.fragment",
  590. "chromaticAberration.fragment",
  591. "lensHighlights.fragment",
  592. "depthOfField.fragment",
  593. "standard.fragment",
  594. "hdr.fragment"
  595. ]
  596. },
  597. "bones" :
  598. {
  599. "files": [
  600. "../../src/Bones/babylon.bone.js",
  601. "../../src/Bones/babylon.boneIKController.js",
  602. "../../src/Bones/babylon.boneLookController.js",
  603. "../../src/Bones/babylon.skeleton.js"
  604. ],
  605. "dependUpon" : [
  606. "core"
  607. ]
  608. },
  609. "hdr" :
  610. {
  611. "files": [
  612. "../../src/Tools/HDR/babylon.cubemapToSphericalPolynomial.js",
  613. "../../src/Tools/HDR/babylon.panoramaToCubemap.js",
  614. "../../src/Tools/HDR/babylon.hdr.js",
  615. "../../src/Tools/HDR/babylon.pmremgenerator.js",
  616. "../../src/Materials/Textures/babylon.hdrCubeTexture.js"
  617. ],
  618. "dependUpon" : [
  619. "core"
  620. ]
  621. },
  622. "csg" :
  623. {
  624. "files": [
  625. "../../src/Mesh/babylon.csg.js"
  626. ],
  627. "dependUpon" : [
  628. "core"
  629. ]
  630. },
  631. "polygonMesh" :
  632. {
  633. "files": [
  634. "../../src/Tools/babylon.earcut.js",
  635. "../../src/Mesh/babylon.polygonMesh.js"
  636. ],
  637. "dependUpon" : [
  638. "core"
  639. ]
  640. },
  641. "lensFlares" :
  642. {
  643. "files": [
  644. "../../src/LensFlare/babylon.lensFlare.js",
  645. "../../src/LensFlare/babylon.lensFlareSystem.js"
  646. ],
  647. "dependUpon" : [
  648. "core"
  649. ],
  650. "shaders" : [
  651. "lensFlare.vertex",
  652. "lensFlare.fragment"
  653. ]
  654. },
  655. "physics" :
  656. {
  657. "files": [
  658. "../../src/Physics/babylon.physicsJoint.js",
  659. "../../src/Physics/babylon.physicsImpostor.js",
  660. "../../src/Physics/babylon.physicsEngine.js",
  661. "../../src/Physics/Plugins/babylon.cannonJSPlugin.js",
  662. "../../src/Physics/Plugins/babylon.oimoJSPlugin.js"
  663. ],
  664. "dependUpon" : [
  665. "core"
  666. ]
  667. },
  668. "textureFormats" :
  669. {
  670. "files": [
  671. "../../src/Tools/babylon.tga.js",
  672. "../../src/Tools/babylon.dds.js",
  673. "../../src/Tools/babylon.khronosTextureContainer.js"
  674. ],
  675. "dependUpon" : [
  676. "core"
  677. ]
  678. },
  679. "debug" :
  680. {
  681. "files": [
  682. "../../src/Debug/babylon.skeletonViewer.js",
  683. "../../src/Debug/babylon.axesViewer.js",
  684. "../../src/Debug/babylon.boneAxesViewer.js",
  685. "../../src/Debug/babylon.rayHelper.js",
  686. "../../src/Debug/babylon.debugLayer.js",
  687. "../../src/Rendering/babylon.boundingBoxRenderer.js"
  688. ],
  689. "dependUpon" : [
  690. "shaderMaterial",
  691. "additionalMeshes"
  692. ],
  693. "shaders" : [
  694. "color.vertex",
  695. "color.fragment"
  696. ]
  697. },
  698. "morphTargets" :
  699. {
  700. "files": [
  701. "../../src/Morph/babylon.morphTarget.js",
  702. "../../src/Morph/babylon.morphTargetManager.js"
  703. ],
  704. "dependUpon" : [
  705. "core"
  706. ]
  707. },
  708. "colorCurves" :
  709. {
  710. "files": [
  711. "../../src/Materials/Textures/babylon.colorGradingTexture.js",
  712. "../../src/Materials/babylon.colorCurves.js"
  713. ],
  714. "dependUpon" : [
  715. "core"
  716. ]
  717. },
  718. "octrees" :
  719. {
  720. "files": [
  721. "../../src/Culling/Octrees/babylon.octree.js",
  722. "../../src/Culling/Octrees/babylon.octreeBlock.js"
  723. ],
  724. "dependUpon" : [
  725. "core"
  726. ]
  727. },
  728. "simd" :
  729. {
  730. "files": [
  731. "../../src/Math/babylon.math.SIMD.js"
  732. ],
  733. "dependUpon" : [
  734. "core"
  735. ]
  736. },
  737. "vr" :
  738. {
  739. "files": [
  740. "../../src/PostProcess/babylon.vrDistortionCorrectionPostProcess.js",
  741. "../../src/PostProcess/babylon.anaglyphPostProcess.js",
  742. "../../src/PostProcess/babylon.stereoscopicInterlacePostProcess.js",
  743. "../../src/Cameras/Inputs/babylon.freeCameraDeviceOrientationInput.js",
  744. "../../src/Cameras/Inputs/babylon.arcRotateCameraVRDeviceOrientationInput.js",
  745. "../../src/Cameras/VR/babylon.vrCameraMetrics.js",
  746. "../../src/Cameras/VR/babylon.webVRCamera.js",
  747. "../../src/Cameras/babylon.deviceOrientationCamera.js",
  748. "../../src/Cameras/VR/babylon.vrDeviceOrientationCamera.js",
  749. "../../src/Cameras/babylon.stereoscopicCameras.js"
  750. ],
  751. "dependUpon" : [
  752. "core"
  753. ],
  754. "shaders" :[
  755. "anaglyph.fragment",
  756. "stereoscopicInterlace.fragment",
  757. "vrDistortionCorrection.fragment"
  758. ]
  759. },
  760. "virtualJoystick" :
  761. {
  762. "files": [
  763. "../../src/Tools/babylon.virtualJoystick.js",
  764. "../../src/Cameras/babylon.virtualJoysticksCamera.js",
  765. "../../src/Cameras/Inputs/babylon.freeCameraVirtualJoystickInput.js"
  766. ],
  767. "dependUpon" : [
  768. "core"
  769. ]
  770. },
  771. "optimizations" :
  772. {
  773. "files": [
  774. "../../src/Mesh/babylon.meshSimplification.js",
  775. "../../src/Mesh/babylon.meshLODLevel.js",
  776. "../../src/Tools/babylon.sceneOptimizer.js"
  777. ],
  778. "dependUpon" : [
  779. "core"
  780. ]
  781. },
  782. "highlights" :
  783. {
  784. "files": [
  785. "../../src/Rendering/babylon.outlineRenderer.js",
  786. "../../src/Rendering/babylon.edgesRenderer.js",
  787. "../../src/Layer/babylon.highlightlayer.js"
  788. ],
  789. "dependUpon" : [
  790. "shaderMaterial"
  791. ],
  792. "shaders" : [
  793. "glowBlurPostProcess.fragment",
  794. "glowMapGeneration.fragment",
  795. "glowMapGeneration.vertex",
  796. "glowMapMerge.fragment",
  797. "glowMapMerge.vertex",
  798. "line.vertex",
  799. "line.fragment",
  800. "outline.vertex",
  801. "outline.fragment"
  802. ]
  803. },
  804. "assetsManager" :
  805. {
  806. "files": [
  807. "../../src/Tools/babylon.assetsManager.js"
  808. ],
  809. "dependUpon" : [
  810. "core"
  811. ]
  812. },
  813. "mapTexture" :
  814. {
  815. "files": [
  816. "../../src/Materials/Textures/babylon.mapTexture.js",
  817. "../../src/Tools/babylon.rectPackingMap.js"
  818. ],
  819. "dependUpon" : [
  820. "core"
  821. ]
  822. },
  823. "dynamicFloatArray" :
  824. {
  825. "files": [
  826. "../../src/Tools/babylon.dynamicFloatArray.js"
  827. ],
  828. "dependUpon" : [
  829. "core"
  830. ]
  831. },
  832. "serialization" :
  833. {
  834. "files": [
  835. "../../src/Tools/babylon.sceneSerializer.js"
  836. ],
  837. "dependUpon" : [
  838. "core"
  839. ]
  840. },
  841. "probes" :
  842. {
  843. "files": [
  844. "../../src/Probes/babylon.reflectionProbe.js"
  845. ],
  846. "dependUpon" : [
  847. "core"
  848. ]
  849. },
  850. "layer" :
  851. {
  852. "files": [
  853. "../../src/Layer/babylon.layer.js"
  854. ],
  855. "dependUpon" : [
  856. "core"
  857. ],
  858. "shaders" : [
  859. "layer.vertex",
  860. "layer.fragment"
  861. ]
  862. }
  863. },
  864. "typescript": [
  865. "../../src/**/*.ts",
  866. "!../../src/**/*.d.ts"
  867. ],
  868. "workers": [
  869. {
  870. "variable": "BABYLON.CollisionWorker",
  871. "files": [
  872. "../../src/Collisions/babylon.collider.js",
  873. "../../src/Collisions/babylon.collisionWorker.js",
  874. "../../src/Collisions/babylon.collisionCoordinator.js",
  875. "../../src/Math/babylon.math.js"
  876. ]
  877. }
  878. ],
  879. "modules": [
  880. "canvas2D",
  881. "materialsLibrary",
  882. "postProcessesLibrary",
  883. "proceduralTexturesLibrary",
  884. "loaders",
  885. "serializers",
  886. "inspector",
  887. "gui"
  888. ],
  889. "materialsLibrary": {
  890. "libraries": [
  891. {
  892. "files": [
  893. "../../materialsLibrary/src/shadowOnly/babylon.shadowOnlyMaterial.ts"
  894. ],
  895. "shaderFiles": [
  896. "../../materialsLibrary/src/shadowOnly/shadowOnly.vertex.fx",
  897. "../../materialsLibrary/src/shadowOnly/shadowOnly.fragment.fx"
  898. ],
  899. "output": "babylon.shadowOnlyMaterial.js"
  900. },
  901. {
  902. "files": [
  903. "../../materialsLibrary/src/gradient/babylon.gradientMaterial.ts"
  904. ],
  905. "shaderFiles": [
  906. "../../materialsLibrary/src/gradient/gradient.vertex.fx",
  907. "../../materialsLibrary/src/gradient/gradient.fragment.fx"
  908. ],
  909. "output": "babylon.gradientMaterial.js"
  910. },
  911. {
  912. "files": [
  913. "../../materialsLibrary/src/normal/babylon.normalMaterial.ts"
  914. ],
  915. "shaderFiles": [
  916. "../../materialsLibrary/src/normal/normal.vertex.fx",
  917. "../../materialsLibrary/src/normal/normal.fragment.fx"
  918. ],
  919. "output": "babylon.normalMaterial.js"
  920. },
  921. {
  922. "files": [
  923. "../../materialsLibrary/src/lava/babylon.lavaMaterial.ts"
  924. ],
  925. "shaderFiles": [
  926. "../../materialsLibrary/src/lava/lava.vertex.fx",
  927. "../../materialsLibrary/src/lava/lava.fragment.fx"
  928. ],
  929. "output": "babylon.lavaMaterial.js"
  930. },
  931. {
  932. "files": [
  933. "../../materialsLibrary/src/simple/babylon.simpleMaterial.ts"
  934. ],
  935. "shaderFiles": [
  936. "../../materialsLibrary/src/simple/simple.vertex.fx",
  937. "../../materialsLibrary/src/simple/simple.fragment.fx"
  938. ],
  939. "output": "babylon.simpleMaterial.js"
  940. },
  941. {
  942. "files": [
  943. "../../materialsLibrary/src/water/babylon.waterMaterial.ts"
  944. ],
  945. "shaderFiles": [
  946. "../../materialsLibrary/src/water/water.vertex.fx",
  947. "../../materialsLibrary/src/water/water.fragment.fx"
  948. ],
  949. "output": "babylon.waterMaterial.js"
  950. },
  951. {
  952. "files": [
  953. "../../materialsLibrary/src/fire/babylon.fireMaterial.ts"
  954. ],
  955. "shaderFiles": [
  956. "../../materialsLibrary/src/fire/fire.vertex.fx",
  957. "../../materialsLibrary/src/fire/fire.fragment.fx"
  958. ],
  959. "output": "babylon.fireMaterial.js"
  960. },
  961. {
  962. "files": [
  963. "../../materialsLibrary/src/fur/babylon.furMaterial.ts"
  964. ],
  965. "shaderFiles": [
  966. "../../materialsLibrary/src/fur/fur.vertex.fx",
  967. "../../materialsLibrary/src/fur/fur.fragment.fx"
  968. ],
  969. "output": "babylon.furMaterial.js"
  970. },
  971. {
  972. "files": [
  973. "../../materialsLibrary/src/terrain/babylon.terrainMaterial.ts"
  974. ],
  975. "shaderFiles": [
  976. "../../materialsLibrary/src/terrain/terrain.vertex.fx",
  977. "../../materialsLibrary/src/terrain/terrain.fragment.fx"
  978. ],
  979. "output": "babylon.terrainMaterial.js"
  980. },
  981. {
  982. "files": [
  983. "../../materialsLibrary/src/triPlanar/babylon.triPlanarMaterial.ts"
  984. ],
  985. "shaderFiles": [
  986. "../../materialsLibrary/src/triPlanar/triplanar.vertex.fx",
  987. "../../materialsLibrary/src/triPlanar/triplanar.fragment.fx"
  988. ],
  989. "output": "babylon.triPlanarMaterial.js"
  990. },
  991. {
  992. "files": [
  993. "../../materialsLibrary/src/sky/babylon.skyMaterial.ts"
  994. ],
  995. "shaderFiles": [
  996. "../../materialsLibrary/src/sky/sky.vertex.fx",
  997. "../../materialsLibrary/src/sky/sky.fragment.fx"
  998. ],
  999. "output": "babylon.skyMaterial.js"
  1000. },
  1001. {
  1002. "files": [
  1003. "../../materialsLibrary/src/grid/babylon.gridmaterial.ts"
  1004. ],
  1005. "shaderFiles": [
  1006. "../../materialsLibrary/src/grid/grid.vertex.fx",
  1007. "../../materialsLibrary/src/grid/grid.fragment.fx",
  1008. "../../materialsLibrary/src/grid/legacygrid.vertex.fx",
  1009. "../../materialsLibrary/src/grid/legacygrid.fragment.fx"
  1010. ],
  1011. "output": "babylon.gridMaterial.js"
  1012. },
  1013. {
  1014. "files": [
  1015. "../../materialsLibrary/src/custom/babylon.customMaterial.ts"
  1016. ],
  1017. "output": "babylon.customMaterial.js"
  1018. }
  1019. ],
  1020. "build": {
  1021. "srcOutputDirectory": "../../materialsLibrary/",
  1022. "distOutputDirectory": "/materialsLibrary/"
  1023. }
  1024. },
  1025. "postProcessesLibrary": {
  1026. "libraries": [
  1027. {
  1028. "files": [
  1029. "../../postProcessLibrary/src/asciiArt/babylon.asciiArtPostProcess.ts"
  1030. ],
  1031. "shaderFiles": [
  1032. "../../postProcessLibrary/src/asciiArt/asciiart.fragment.fx"
  1033. ],
  1034. "output": "babylon.asciiArtPostProcess.js"
  1035. },
  1036. {
  1037. "files": [
  1038. "../../postProcessLibrary/src/digitalRain/babylon.digitalRainPostProcess.ts"
  1039. ],
  1040. "shaderFiles": [
  1041. "../../postProcessLibrary/src/digitalRain/digitalrain.fragment.fx"
  1042. ],
  1043. "output": "babylon.digitalRainPostProcess.js"
  1044. }
  1045. ],
  1046. "build": {
  1047. "srcOutputDirectory": "../../postProcessLibrary/",
  1048. "distOutputDirectory": "/postProcessesLibrary/"
  1049. }
  1050. },
  1051. "proceduralTexturesLibrary": {
  1052. "libraries": [
  1053. {
  1054. "files": [
  1055. "../../proceduralTexturesLibrary/src/wood/babylon.woodProceduralTexture.ts"
  1056. ],
  1057. "shaderFiles": [
  1058. "../../proceduralTexturesLibrary/src/wood/woodProceduralTexture.fragment.fx"
  1059. ],
  1060. "output": "babylon.woodProceduralTexture.js"
  1061. },
  1062. {
  1063. "files": [
  1064. "../../proceduralTexturesLibrary/src/fire/babylon.fireProceduralTexture.ts"
  1065. ],
  1066. "shaderFiles": [
  1067. "../../proceduralTexturesLibrary/src/fire/fireProceduralTexture.fragment.fx"
  1068. ],
  1069. "output": "babylon.fireProceduralTexture.js"
  1070. },
  1071. {
  1072. "files": [
  1073. "../../proceduralTexturesLibrary/src/cloud/babylon.cloudProceduralTexture.ts"
  1074. ],
  1075. "shaderFiles": [
  1076. "../../proceduralTexturesLibrary/src/cloud/cloudProceduralTexture.fragment.fx"
  1077. ],
  1078. "output": "babylon.cloudProceduralTexture.js"
  1079. },
  1080. {
  1081. "files": [
  1082. "../../proceduralTexturesLibrary/src/grass/babylon.grassProceduralTexture.ts"
  1083. ],
  1084. "shaderFiles": [
  1085. "../../proceduralTexturesLibrary/src/grass/grassProceduralTexture.fragment.fx"
  1086. ],
  1087. "output": "babylon.grassProceduralTexture.js"
  1088. },
  1089. {
  1090. "files": [
  1091. "../../proceduralTexturesLibrary/src/road/babylon.roadProceduralTexture.ts"
  1092. ],
  1093. "shaderFiles": [
  1094. "../../proceduralTexturesLibrary/src/road/roadProceduralTexture.fragment.fx"
  1095. ],
  1096. "output": "babylon.roadProceduralTexture.js"
  1097. },
  1098. {
  1099. "files": [
  1100. "../../proceduralTexturesLibrary/src/brick/babylon.brickProceduralTexture.ts"
  1101. ],
  1102. "shaderFiles": [
  1103. "../../proceduralTexturesLibrary/src/brick/brickProceduralTexture.fragment.fx"
  1104. ],
  1105. "output": "babylon.brickProceduralTexture.js"
  1106. },
  1107. {
  1108. "files": [
  1109. "../../proceduralTexturesLibrary/src/marble/babylon.marbleProceduralTexture.ts"
  1110. ],
  1111. "shaderFiles": [
  1112. "../../proceduralTexturesLibrary/src/marble/marbleProceduralTexture.fragment.fx"
  1113. ],
  1114. "output": "babylon.marbleProceduralTexture.js"
  1115. },
  1116. {
  1117. "files": [
  1118. "../../proceduralTexturesLibrary/src/starfield/babylon.starfieldProceduralTexture.ts"
  1119. ],
  1120. "shaderFiles": [
  1121. "../../proceduralTexturesLibrary/src/starfield/starfieldProceduralTexture.fragment.fx"
  1122. ],
  1123. "output": "babylon.starfieldProceduralTexture.js"
  1124. },
  1125. {
  1126. "files": [
  1127. "../../proceduralTexturesLibrary/src/normalMap/babylon.normalMapProceduralTexture.ts"
  1128. ],
  1129. "shaderFiles": [
  1130. "../../proceduralTexturesLibrary/src/normalMap/normalMapProceduralTexture.fragment.fx"
  1131. ],
  1132. "output": "babylon.normalMapProceduralTexture.js"
  1133. }
  1134. ],
  1135. "build": {
  1136. "srcOutputDirectory": "../../proceduralTexturesLibrary/",
  1137. "distOutputDirectory": "/proceduralTexturesLibrary/"
  1138. }
  1139. },
  1140. "loaders": {
  1141. "libraries": [
  1142. {
  1143. "files": [
  1144. "../../loaders/src/STL/babylon.stlFileLoader.ts"
  1145. ],
  1146. "output": "babylon.stlFileLoader.js"
  1147. },
  1148. {
  1149. "files": [
  1150. "../../loaders/src/OBJ/babylon.objFileLoader.ts"
  1151. ],
  1152. "output": "babylon.objFileLoader.js"
  1153. },
  1154. {
  1155. "files": [
  1156. "../../loaders/src/glTF/babylon.glTFFileLoader.ts",
  1157. "../../loaders/src/glTF/1.0/babylon.glTFLoaderInterfaces.ts",
  1158. "../../loaders/src/glTF/1.0/babylon.glTFLoader.ts",
  1159. "../../loaders/src/glTF/1.0/babylon.glTFLoaderUtils.ts",
  1160. "../../loaders/src/glTF/1.0/babylon.glTFLoaderExtension.ts",
  1161. "../../loaders/src/glTF/1.0/babylon.glTFBinaryExtension.ts",
  1162. "../../loaders/src/glTF/1.0/babylon.glTFMaterialsCommonExtension.ts"
  1163. ],
  1164. "output": "babylon.glTF1FileLoader.js"
  1165. },
  1166. {
  1167. "files": [
  1168. "../../loaders/src/glTF/babylon.glTFFileLoader.ts",
  1169. "../../loaders/src/glTF/2.0/babylon.glTFLoaderInterfaces.ts",
  1170. "../../loaders/src/glTF/2.0/babylon.glTFLoader.ts",
  1171. "../../loaders/src/glTF/2.0/babylon.glTFLoaderUtils.ts",
  1172. "../../loaders/src/glTF/2.0/babylon.glTFLoaderExtension.ts",
  1173. "../../loaders/src/glTF/2.0/babylon.glTFMaterialsPbrSpecularGlossinessExtension.ts"
  1174. ],
  1175. "output": "babylon.glTF2FileLoader.js"
  1176. },
  1177. {
  1178. "files": [
  1179. "../../loaders/src/glTF/babylon.glTFFileLoader.ts",
  1180. "../../loaders/src/glTF/1.0/babylon.glTFLoaderInterfaces.ts",
  1181. "../../loaders/src/glTF/1.0/babylon.glTFLoader.ts",
  1182. "../../loaders/src/glTF/1.0/babylon.glTFLoaderUtils.ts",
  1183. "../../loaders/src/glTF/1.0/babylon.glTFLoaderExtension.ts",
  1184. "../../loaders/src/glTF/1.0/babylon.glTFBinaryExtension.ts",
  1185. "../../loaders/src/glTF/1.0/babylon.glTFMaterialsCommonExtension.ts",
  1186. "../../loaders/src/glTF/2.0/babylon.glTFLoaderInterfaces.ts",
  1187. "../../loaders/src/glTF/2.0/babylon.glTFLoader.ts",
  1188. "../../loaders/src/glTF/2.0/babylon.glTFLoaderUtils.ts",
  1189. "../../loaders/src/glTF/2.0/babylon.glTFLoaderExtension.ts",
  1190. "../../loaders/src/glTF/2.0/babylon.glTFMaterialsPbrSpecularGlossinessExtension.ts"
  1191. ],
  1192. "output": "babylon.glTFFileLoader.js"
  1193. }
  1194. ],
  1195. "build": {
  1196. "srcOutputDirectory": "../../loaders/",
  1197. "distOutputDirectory": "/loaders/"
  1198. }
  1199. },
  1200. "serializers": {
  1201. "libraries": [
  1202. {
  1203. "files": [
  1204. "../../serializers/src/OBJ/babylon.objSerializer.ts"
  1205. ],
  1206. "output": "babylon.objSerializer.js"
  1207. }
  1208. ],
  1209. "build": {
  1210. "srcOutputDirectory": "../../serializers/",
  1211. "distOutputDirectory": "/serializers/"
  1212. }
  1213. },
  1214. "gui": {
  1215. "libraries": [
  1216. {
  1217. "files": [
  1218. "../../gui/src/advancedDynamicTexture.ts",
  1219. "../../gui/src/measure.ts",
  1220. "../../gui/src/controls/control.ts",
  1221. "../../gui/src/controls/contentControl.ts",
  1222. "../../gui/src/controls/container.ts",
  1223. "../../gui/src/controls/rectangle.ts",
  1224. "../../gui/src/controls/textBlock.ts"
  1225. ],
  1226. "output": "babylon.gui.js"
  1227. }
  1228. ],
  1229. "build": {
  1230. "srcOutputDirectory": "../../gui/",
  1231. "distOutputDirectory": "/gui/"
  1232. }
  1233. },
  1234. "canvas2D": {
  1235. "libraries": [
  1236. {
  1237. "files": [
  1238. "../../canvas2D/src/Tools/babylon.math2D.ts",
  1239. "../../canvas2D/src/Tools/babylon.iPropertyChanged.ts",
  1240. "../../canvas2D/src/Tools/babylon.c2dlogging.ts",
  1241. "../../canvas2D/src/Tools/babylon.observableArray.ts",
  1242. "../../canvas2D/src/Tools/babylon.observableStringDictionary.ts",
  1243. "../../canvas2D/src/Engine/babylon.fontTexture.ts",
  1244. "../../canvas2D/src/Engine/babylon.bounding2d.ts",
  1245. "../../canvas2D/src/Engine/babylon.primitiveCollisionManager.ts",
  1246. "../../canvas2D/src/Engine/babylon.canvas2dLayoutEngine.ts",
  1247. "../../canvas2D/src/Engine/babylon.brushes2d.ts",
  1248. "../../canvas2D/src/Engine/babylon.smartPropertyPrim.ts",
  1249. "../../canvas2D/src/Engine/babylon.prim2dBase.ts",
  1250. "../../canvas2D/src/Engine/babylon.modelRenderCache.ts",
  1251. "../../canvas2D/src/Engine/babylon.renderablePrim2d.ts",
  1252. "../../canvas2D/src/Engine/babylon.shape2d.ts",
  1253. "../../canvas2D/src/Engine/babylon.group2d.ts",
  1254. "../../canvas2D/src/Engine/babylon.wireFrame2d.ts",
  1255. "../../canvas2D/src/Engine/babylon.rectangle2d.ts",
  1256. "../../canvas2D/src/Engine/babylon.ellipse2d.ts",
  1257. "../../canvas2D/src/Engine/babylon.sprite2d.ts",
  1258. "../../canvas2D/src/Engine/babylon.atlasPicture.ts",
  1259. "../../canvas2D/src/Engine/babylon.text2d.ts",
  1260. "../../canvas2D/src/Engine/babylon.lines2d.ts",
  1261. "../../canvas2D/src/Engine/babylon.canvas2d.ts",
  1262. "../../canvas2D/src/Engine/babylon.worldSpaceCanvas2dNode.ts",
  1263. "../../canvas2D/src/GUI/babylon.gui.UIElement.ts",
  1264. "../../canvas2D/src/GUI/Layouts/babylon.gui.stackPanel.ts",
  1265. "../../canvas2D/src/GUI/babylon.gui.control.ts",
  1266. "../../canvas2D/src/GUI/babylon.gui.contentControl.ts",
  1267. "../../canvas2D/src/GUI/babylon.gui.window.ts",
  1268. "../../canvas2D/src/GUI/babylon.gui.label.ts",
  1269. "../../canvas2D/src/GUI/babylon.gui.button.ts",
  1270. "../../canvas2D/src/lib.d.ts"
  1271. ],
  1272. "shaderFiles": [
  1273. "../../canvas2D/src/shaders/**.fx",
  1274. "!../../canvas2D/src/shaders/**.js.fx"
  1275. ],
  1276. "output": "babylon.canvas2d.js"
  1277. }
  1278. ],
  1279. "build": {
  1280. "srcOutputDirectory": "../../canvas2D/",
  1281. "distOutputDirectory": "/canvas2D/"
  1282. }
  1283. },
  1284. "inspector": {
  1285. "libraries": [
  1286. {
  1287. "files": [
  1288. "../../inspector/src/Inspector.ts",
  1289. "../../inspector/src/properties.ts",
  1290. "../../inspector/src/gui/BasicElement.ts",
  1291. "../../inspector/src/adapters/Adapter.ts",
  1292. "../../inspector/src/adapters/CameraAdapter.ts",
  1293. "../../inspector/src/adapters/SoundAdapter.ts",
  1294. "../../inspector/src/adapters/TextureAdapter.ts",
  1295. "../../inspector/src/adapters/Canvas2DAdapter.ts",
  1296. "../../inspector/src/adapters/LightAdapter.ts",
  1297. "../../inspector/src/adapters/MaterialAdapter.ts",
  1298. "../../inspector/src/adapters/MeshAdapter.ts",
  1299. "../../inspector/src/details/DetailPanel.ts",
  1300. "../../inspector/src/details/Property.ts",
  1301. "../../inspector/src/details/PropertyLine.ts",
  1302. "../../inspector/src/gui/ColorElement.ts",
  1303. "../../inspector/src/gui/CubeTextureElement.ts",
  1304. "../../inspector/src/gui/HDRCubeTextureElement.ts",
  1305. "../../inspector/src/gui/SearchBar.ts",
  1306. "../../inspector/src/gui/TextureElement.ts",
  1307. "../../inspector/src/gui/Tooltip.ts",
  1308. "../../inspector/src/helpers/Helpers.ts",
  1309. "../../inspector/src/scheduler/Scheduler.ts",
  1310. "../../inspector/src/tabs/Tab.ts",
  1311. "../../inspector/src/tabs/PropertyTab.ts",
  1312. "../../inspector/src/tabs/CameraTab.ts",
  1313. "../../inspector/src/tabs/SoundTab.ts",
  1314. "../../inspector/src/tabs/TextureTab.ts",
  1315. "../../inspector/src/tabs/Canvas2DTab.ts",
  1316. "../../inspector/src/tabs/LightTab.ts",
  1317. "../../inspector/src/tabs/MaterialTab.ts",
  1318. "../../inspector/src/tabs/MeshTab.ts",
  1319. "../../inspector/src/tabs/SceneTab.ts",
  1320. "../../inspector/src/tabs/ShaderTab.ts",
  1321. "../../inspector/src/tabs/ConsoleTab.ts",
  1322. "../../inspector/src/tabs/StatsTab.ts",
  1323. "../../inspector/src/tabs/TabBar.ts",
  1324. "../../inspector/src/tools/AbstractTool.ts",
  1325. "../../inspector/src/tools/PauseScheduleTool.ts",
  1326. "../../inspector/src/tools/PickTool.ts",
  1327. "../../inspector/src/tools/PopupTool.ts",
  1328. "../../inspector/src/tools/RefreshTool.ts",
  1329. "../../inspector/src/tools/LabelTool.ts",
  1330. "../../inspector/src/tools/Toolbar.ts",
  1331. "../../inspector/src/tools/DisposeTool.ts",
  1332. "../../inspector/src/tree/TreeItem.ts",
  1333. "../../inspector/src/treetools/AbstractTreeTool.ts",
  1334. "../../inspector/src/treetools/BoundingBox.ts",
  1335. "../../inspector/src/treetools/CameraPOV.ts",
  1336. "../../inspector/src/treetools/SoundInteractions.ts",
  1337. "../../inspector/src/treetools/Checkbox.ts",
  1338. "../../inspector/src/treetools/DebugArea.ts",
  1339. "../../inspector/src/treetools/Info.ts",
  1340. "../../inspector/src/lib.d.ts"
  1341. ],
  1342. "sassFiles": [
  1343. "../../inspector/sass/**/*.scss"
  1344. ],
  1345. "output": "babylon.inspector.js",
  1346. "webpack": "../../inspector/webpack.config.js"
  1347. }
  1348. ],
  1349. "build": {
  1350. "srcOutputDirectory": "../../inspector/",
  1351. "distOutputDirectory": "/inspector/"
  1352. }
  1353. }
  1354. }