config.json 52 KB

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