config.json 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384
  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", "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.mirrorTexture.js",
  386. "../../src/Materials/Textures/babylon.refractionTexture.js",
  387. "../../src/Materials/Textures/babylon.dynamicTexture.js",
  388. "../../src/Materials/Textures/babylon.videoTexture.js",
  389. "../../src/Materials/Textures/babylon.rawTexture.js"
  390. ],
  391. "dependUpon" : [
  392. "core"
  393. ]
  394. },
  395. "shadows" :
  396. {
  397. "files": [
  398. "../../src/Lights/Shadows/babylon.shadowGenerator.js"
  399. ],
  400. "dependUpon" : [
  401. "postProcesses"
  402. ],
  403. "shaders" : [
  404. "shadowMap.vertex",
  405. "shadowMap.fragment",
  406. "depthBoxBlur.fragment"
  407. ]
  408. },
  409. "loader" :
  410. {
  411. "files": [
  412. "../../src/Tools/babylon.loadingScreen.js",
  413. "../../src/Loading/babylon.sceneLoader.js",
  414. "../../src/Loading/Plugins/babylon.babylonFileLoader.js",
  415. "../../src/Tools/babylon.filesInput.js"
  416. ],
  417. "dependUpon" : [
  418. "core"
  419. ]
  420. },
  421. "stringDictionary" :
  422. {
  423. "files": [
  424. "../../src/Tools/babylon.stringDictionary.js"
  425. ],
  426. "dependUpon" : [
  427. "core"
  428. ]
  429. },
  430. "userData" :
  431. {
  432. "files": [
  433. "../../src/Tools/babylon.tags.js",
  434. "../../src/Tools/babylon.andOrNotEvaluator.js"
  435. ],
  436. "dependUpon" : [
  437. "core", "stringDictionary"
  438. ]
  439. },
  440. "offline" :
  441. {
  442. "files": [
  443. "../../src/Tools/babylon.database.js"
  444. ],
  445. "dependUpon" : [
  446. "core"
  447. ]
  448. },
  449. "fresnel" :
  450. {
  451. "files": [
  452. "../../src/Materials/babylon.fresnelParameters.js"
  453. ],
  454. "dependUpon" : [
  455. "core"
  456. ]
  457. },
  458. "multiMaterial" :
  459. {
  460. "files": [
  461. "../../src/Materials/babylon.multiMaterial.js"
  462. ],
  463. "dependUpon" : [
  464. "core"
  465. ]
  466. },
  467. "touchCamera" :
  468. {
  469. "files": [
  470. "../../src/Cameras/Inputs/babylon.freeCameraTouchInput.js",
  471. "../../src/Cameras/babylon.touchCamera.js"
  472. ],
  473. "dependUpon" : [
  474. "core"
  475. ]
  476. },
  477. "procedural" :
  478. {
  479. "files": [
  480. "../../src/Materials/Textures/Procedurals/babylon.proceduralTexture.js",
  481. "../../src/Materials/Textures/Procedurals/babylon.customProceduralTexture.js"
  482. ],
  483. "dependUpon" : [
  484. "core"
  485. ],
  486. "shaders": [
  487. "procedural.vertex"
  488. ]
  489. },
  490. "gamepad" :
  491. {
  492. "files": [
  493. "../../src/Cameras/Inputs/babylon.freeCameraGamepadInput.js",
  494. "../../src/Cameras/Inputs/babylon.arcRotateCameraGamepadInput.js",
  495. "../../src/Tools/babylon.gamepads.js",
  496. "../../src/Tools/babylon.extendedGamepad.js"
  497. ],
  498. "dependUpon" : [
  499. "core"
  500. ]
  501. },
  502. "additionalCameras" :
  503. {
  504. "files": [
  505. "../../src/Cameras/babylon.followCamera.js",
  506. "../../src/Cameras/babylon.universalCamera.js",
  507. "../../src/Cameras/babylon.gamepadCamera.js"
  508. ],
  509. "dependUpon" : [
  510. "gamepad"
  511. ]
  512. },
  513. "depthRenderer" :
  514. {
  515. "files": [
  516. "../../src/Rendering/babylon.depthRenderer.js"
  517. ],
  518. "dependUpon" : [
  519. "core"
  520. ],
  521. "shaders" : [
  522. "depth.vertex",
  523. "depth.fragment"
  524. ],
  525. "shaderIncludes": [
  526. "bonesDeclaration",
  527. "instancesDeclaration",
  528. "instancesVertex",
  529. "bonesVertex"
  530. ]
  531. },
  532. "postProcesses" :
  533. {
  534. "files": [
  535. "../../src/PostProcess/babylon.postProcess.js",
  536. "../../src/PostProcess/babylon.passPostProcess.js"
  537. ],
  538. "dependUpon" : [
  539. "core"
  540. ],
  541. "shaders" : [
  542. "postprocess.vertex",
  543. "pass.fragment"
  544. ]
  545. },
  546. "additionalPostProcesses" :
  547. {
  548. "files": [
  549. "../../src/PostProcess/babylon.blurPostProcess.js",
  550. "../../src/PostProcess/babylon.refractionPostProcess.js",
  551. "../../src/PostProcess/babylon.blackAndWhitePostProcess.js",
  552. "../../src/PostProcess/babylon.convolutionPostProcess.js",
  553. "../../src/PostProcess/babylon.filterPostProcess.js",
  554. "../../src/PostProcess/babylon.fxaaPostProcess.js",
  555. "../../src/PostProcess/babylon.volumetricLightScatteringPostProcess.js",
  556. "../../src/PostProcess/babylon.colorCorrectionPostProcess.js",
  557. "../../src/PostProcess/babylon.tonemapPostProcess.js",
  558. "../../src/PostProcess/babylon.displayPassPostProcess.js"
  559. ],
  560. "dependUpon" : [
  561. "postProcesses"
  562. ],
  563. "shaders" : [
  564. "blur.fragment",
  565. "refraction.fragment",
  566. "blackAndWhite.fragment",
  567. "convolution.fragment",
  568. "filter.fragment",
  569. "fxaa.fragment",
  570. "volumetricLightScattering.fragment",
  571. "volumetricLightScatteringPass.fragment",
  572. "colorCorrection.fragment",
  573. "tonemap.fragment",
  574. "displayPass.fragment"
  575. ]
  576. },
  577. "renderingPipeline" :
  578. {
  579. "files": [
  580. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderPipelineManager.js",
  581. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderPass.js",
  582. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderEffect.js",
  583. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderPipeline.js"
  584. ],
  585. "dependUpon" : [
  586. "postProcesses"
  587. ]
  588. },
  589. "additionalRenderingPipeline" :
  590. {
  591. "files": [
  592. "../../src/PostProcess/babylon.ssaoRenderingPipeline.js",
  593. "../../src/PostProcess/babylon.lensRenderingPipeline.js",
  594. "../../src/PostProcess/babylon.hdrRenderingPipeline.js",
  595. "../../src/PostProcess/babylon.standardRenderingPipeline.js"
  596. ],
  597. "dependUpon" : [
  598. "renderingPipeline",
  599. "depthRenderer"
  600. ],
  601. "shaders" : [
  602. "ssao.fragment",
  603. "ssaoCombine.fragment",
  604. "chromaticAberration.fragment",
  605. "lensHighlights.fragment",
  606. "depthOfField.fragment",
  607. "standard.fragment",
  608. "hdr.fragment"
  609. ]
  610. },
  611. "bones" :
  612. {
  613. "files": [
  614. "../../src/Bones/babylon.bone.js",
  615. "../../src/Bones/babylon.boneIKController.js",
  616. "../../src/Bones/babylon.boneLookController.js",
  617. "../../src/Bones/babylon.skeleton.js"
  618. ],
  619. "dependUpon" : [
  620. "core"
  621. ]
  622. },
  623. "hdr" :
  624. {
  625. "files": [
  626. "../../src/Tools/HDR/babylon.cubemapToSphericalPolynomial.js",
  627. "../../src/Tools/HDR/babylon.panoramaToCubemap.js",
  628. "../../src/Tools/HDR/babylon.hdr.js",
  629. "../../src/Tools/HDR/babylon.pmremgenerator.js",
  630. "../../src/Materials/Textures/babylon.hdrCubeTexture.js"
  631. ],
  632. "dependUpon" : [
  633. "core"
  634. ]
  635. },
  636. "csg" :
  637. {
  638. "files": [
  639. "../../src/Mesh/babylon.csg.js"
  640. ],
  641. "dependUpon" : [
  642. "core"
  643. ]
  644. },
  645. "polygonMesh" :
  646. {
  647. "files": [
  648. "../../src/Tools/babylon.earcut.js",
  649. "../../src/Mesh/babylon.polygonMesh.js"
  650. ],
  651. "dependUpon" : [
  652. "core"
  653. ]
  654. },
  655. "lensFlares" :
  656. {
  657. "files": [
  658. "../../src/LensFlare/babylon.lensFlare.js",
  659. "../../src/LensFlare/babylon.lensFlareSystem.js"
  660. ],
  661. "dependUpon" : [
  662. "core"
  663. ],
  664. "shaders" : [
  665. "lensFlare.vertex",
  666. "lensFlare.fragment"
  667. ]
  668. },
  669. "physics" :
  670. {
  671. "files": [
  672. "../../src/Physics/babylon.physicsJoint.js",
  673. "../../src/Physics/babylon.physicsImpostor.js",
  674. "../../src/Physics/babylon.physicsEngine.js",
  675. "../../src/Physics/Plugins/babylon.cannonJSPlugin.js",
  676. "../../src/Physics/Plugins/babylon.oimoJSPlugin.js"
  677. ],
  678. "dependUpon" : [
  679. "core"
  680. ]
  681. },
  682. "textureFormats" :
  683. {
  684. "files": [
  685. "../../src/Tools/babylon.tga.js",
  686. "../../src/Tools/babylon.dds.js",
  687. "../../src/Tools/babylon.khronosTextureContainer.js"
  688. ],
  689. "dependUpon" : [
  690. "core"
  691. ]
  692. },
  693. "debug" :
  694. {
  695. "files": [
  696. "../../src/Debug/babylon.skeletonViewer.js",
  697. "../../src/Debug/babylon.axesViewer.js",
  698. "../../src/Debug/babylon.boneAxesViewer.js",
  699. "../../src/Debug/babylon.rayHelper.js",
  700. "../../src/Debug/babylon.debugLayer.js",
  701. "../../src/Rendering/babylon.boundingBoxRenderer.js"
  702. ],
  703. "dependUpon" : [
  704. "shaderMaterial",
  705. "additionalMeshes",
  706. "standardMaterial",
  707. "stringDictionary",
  708. "dynamicFloatArray",
  709. "actions"
  710. ],
  711. "shaders" : [
  712. "color.vertex",
  713. "color.fragment"
  714. ]
  715. },
  716. "morphTargets" :
  717. {
  718. "files": [
  719. "../../src/Morph/babylon.morphTarget.js",
  720. "../../src/Morph/babylon.morphTargetManager.js"
  721. ],
  722. "dependUpon" : [
  723. "core"
  724. ]
  725. },
  726. "colorCurves" :
  727. {
  728. "files": [
  729. "../../src/Materials/Textures/babylon.colorGradingTexture.js",
  730. "../../src/Materials/babylon.colorCurves.js"
  731. ],
  732. "dependUpon" : [
  733. "core"
  734. ]
  735. },
  736. "octrees" :
  737. {
  738. "files": [
  739. "../../src/Culling/Octrees/babylon.octree.js",
  740. "../../src/Culling/Octrees/babylon.octreeBlock.js"
  741. ],
  742. "dependUpon" : [
  743. "core"
  744. ]
  745. },
  746. "simd" :
  747. {
  748. "files": [
  749. "../../src/Math/babylon.math.SIMD.js"
  750. ],
  751. "dependUpon" : [
  752. "core"
  753. ]
  754. },
  755. "vr" :
  756. {
  757. "files": [
  758. "../../src/PostProcess/babylon.vrDistortionCorrectionPostProcess.js",
  759. "../../src/PostProcess/babylon.anaglyphPostProcess.js",
  760. "../../src/PostProcess/babylon.stereoscopicInterlacePostProcess.js",
  761. "../../src/Cameras/Inputs/babylon.freeCameraDeviceOrientationInput.js",
  762. "../../src/Cameras/Inputs/babylon.arcRotateCameraVRDeviceOrientationInput.js",
  763. "../../src/Cameras/VR/babylon.vrCameraMetrics.js",
  764. "../../src/Cameras/VR/babylon.webVRCamera.js",
  765. "../../src/Cameras/babylon.deviceOrientationCamera.js",
  766. "../../src/Cameras/VR/babylon.vrDeviceOrientationCamera.js",
  767. "../../src/Cameras/babylon.stereoscopicCameras.js"
  768. ],
  769. "dependUpon" : [
  770. "core"
  771. ],
  772. "shaders" :[
  773. "anaglyph.fragment",
  774. "stereoscopicInterlace.fragment",
  775. "vrDistortionCorrection.fragment"
  776. ]
  777. },
  778. "virtualJoystick" :
  779. {
  780. "files": [
  781. "../../src/Tools/babylon.virtualJoystick.js",
  782. "../../src/Cameras/babylon.virtualJoysticksCamera.js",
  783. "../../src/Cameras/Inputs/babylon.freeCameraVirtualJoystickInput.js"
  784. ],
  785. "dependUpon" : [
  786. "core"
  787. ]
  788. },
  789. "optimizations" :
  790. {
  791. "files": [
  792. "../../src/Mesh/babylon.meshSimplification.js",
  793. "../../src/Mesh/babylon.meshLODLevel.js",
  794. "../../src/Tools/babylon.sceneOptimizer.js"
  795. ],
  796. "dependUpon" : [
  797. "core"
  798. ]
  799. },
  800. "highlights" :
  801. {
  802. "files": [
  803. "../../src/Rendering/babylon.outlineRenderer.js",
  804. "../../src/Rendering/babylon.edgesRenderer.js",
  805. "../../src/Layer/babylon.highlightlayer.js"
  806. ],
  807. "dependUpon" : [
  808. "shaderMaterial"
  809. ],
  810. "shaders" : [
  811. "glowBlurPostProcess.fragment",
  812. "glowMapGeneration.fragment",
  813. "glowMapGeneration.vertex",
  814. "glowMapMerge.fragment",
  815. "glowMapMerge.vertex",
  816. "line.vertex",
  817. "line.fragment",
  818. "outline.vertex",
  819. "outline.fragment"
  820. ]
  821. },
  822. "assetsManager" :
  823. {
  824. "files": [
  825. "../../src/Tools/babylon.assetsManager.js"
  826. ],
  827. "dependUpon" : [
  828. "core"
  829. ]
  830. },
  831. "mapTexture" :
  832. {
  833. "files": [
  834. "../../src/Materials/Textures/babylon.mapTexture.js",
  835. "../../src/Tools/babylon.rectPackingMap.js"
  836. ],
  837. "dependUpon" : [
  838. "core"
  839. ]
  840. },
  841. "dynamicFloatArray" :
  842. {
  843. "files": [
  844. "../../src/Tools/babylon.dynamicFloatArray.js"
  845. ],
  846. "dependUpon" : [
  847. "core"
  848. ]
  849. },
  850. "serialization" :
  851. {
  852. "files": [
  853. "../../src/Tools/babylon.sceneSerializer.js"
  854. ],
  855. "dependUpon" : [
  856. "core"
  857. ]
  858. },
  859. "probes" :
  860. {
  861. "files": [
  862. "../../src/Probes/babylon.reflectionProbe.js"
  863. ],
  864. "dependUpon" : [
  865. "core"
  866. ]
  867. },
  868. "layer" :
  869. {
  870. "files": [
  871. "../../src/Layer/babylon.layer.js"
  872. ],
  873. "dependUpon" : [
  874. "core"
  875. ],
  876. "shaders" : [
  877. "layer.vertex",
  878. "layer.fragment"
  879. ]
  880. }
  881. },
  882. "typescript": [
  883. "../../src/**/*.ts",
  884. "!../../src/**/*.d.ts"
  885. ],
  886. "workers": [
  887. {
  888. "variable": "BABYLON.CollisionWorker",
  889. "files": [
  890. "../../src/Collisions/babylon.collider.js",
  891. "../../src/Collisions/babylon.collisionWorker.js",
  892. "../../src/Collisions/babylon.collisionCoordinator.js",
  893. "../../src/Math/babylon.math.js"
  894. ]
  895. }
  896. ],
  897. "modules": [
  898. "canvas2D",
  899. "materialsLibrary",
  900. "postProcessesLibrary",
  901. "proceduralTexturesLibrary",
  902. "loaders",
  903. "serializers",
  904. "inspector",
  905. "gui"
  906. ],
  907. "materialsLibrary": {
  908. "libraries": [
  909. {
  910. "files": [
  911. "../../materialsLibrary/src/shadowOnly/babylon.shadowOnlyMaterial.ts"
  912. ],
  913. "shaderFiles": [
  914. "../../materialsLibrary/src/shadowOnly/shadowOnly.vertex.fx",
  915. "../../materialsLibrary/src/shadowOnly/shadowOnly.fragment.fx"
  916. ],
  917. "output": "babylon.shadowOnlyMaterial.js"
  918. },
  919. {
  920. "files": [
  921. "../../materialsLibrary/src/gradient/babylon.gradientMaterial.ts"
  922. ],
  923. "shaderFiles": [
  924. "../../materialsLibrary/src/gradient/gradient.vertex.fx",
  925. "../../materialsLibrary/src/gradient/gradient.fragment.fx"
  926. ],
  927. "output": "babylon.gradientMaterial.js"
  928. },
  929. {
  930. "files": [
  931. "../../materialsLibrary/src/normal/babylon.normalMaterial.ts"
  932. ],
  933. "shaderFiles": [
  934. "../../materialsLibrary/src/normal/normal.vertex.fx",
  935. "../../materialsLibrary/src/normal/normal.fragment.fx"
  936. ],
  937. "output": "babylon.normalMaterial.js"
  938. },
  939. {
  940. "files": [
  941. "../../materialsLibrary/src/lava/babylon.lavaMaterial.ts"
  942. ],
  943. "shaderFiles": [
  944. "../../materialsLibrary/src/lava/lava.vertex.fx",
  945. "../../materialsLibrary/src/lava/lava.fragment.fx"
  946. ],
  947. "output": "babylon.lavaMaterial.js"
  948. },
  949. {
  950. "files": [
  951. "../../materialsLibrary/src/simple/babylon.simpleMaterial.ts"
  952. ],
  953. "shaderFiles": [
  954. "../../materialsLibrary/src/simple/simple.vertex.fx",
  955. "../../materialsLibrary/src/simple/simple.fragment.fx"
  956. ],
  957. "output": "babylon.simpleMaterial.js"
  958. },
  959. {
  960. "files": [
  961. "../../materialsLibrary/src/water/babylon.waterMaterial.ts"
  962. ],
  963. "shaderFiles": [
  964. "../../materialsLibrary/src/water/water.vertex.fx",
  965. "../../materialsLibrary/src/water/water.fragment.fx"
  966. ],
  967. "output": "babylon.waterMaterial.js"
  968. },
  969. {
  970. "files": [
  971. "../../materialsLibrary/src/fire/babylon.fireMaterial.ts"
  972. ],
  973. "shaderFiles": [
  974. "../../materialsLibrary/src/fire/fire.vertex.fx",
  975. "../../materialsLibrary/src/fire/fire.fragment.fx"
  976. ],
  977. "output": "babylon.fireMaterial.js"
  978. },
  979. {
  980. "files": [
  981. "../../materialsLibrary/src/fur/babylon.furMaterial.ts"
  982. ],
  983. "shaderFiles": [
  984. "../../materialsLibrary/src/fur/fur.vertex.fx",
  985. "../../materialsLibrary/src/fur/fur.fragment.fx"
  986. ],
  987. "output": "babylon.furMaterial.js"
  988. },
  989. {
  990. "files": [
  991. "../../materialsLibrary/src/terrain/babylon.terrainMaterial.ts"
  992. ],
  993. "shaderFiles": [
  994. "../../materialsLibrary/src/terrain/terrain.vertex.fx",
  995. "../../materialsLibrary/src/terrain/terrain.fragment.fx"
  996. ],
  997. "output": "babylon.terrainMaterial.js"
  998. },
  999. {
  1000. "files": [
  1001. "../../materialsLibrary/src/triPlanar/babylon.triPlanarMaterial.ts"
  1002. ],
  1003. "shaderFiles": [
  1004. "../../materialsLibrary/src/triPlanar/triplanar.vertex.fx",
  1005. "../../materialsLibrary/src/triPlanar/triplanar.fragment.fx"
  1006. ],
  1007. "output": "babylon.triPlanarMaterial.js"
  1008. },
  1009. {
  1010. "files": [
  1011. "../../materialsLibrary/src/sky/babylon.skyMaterial.ts"
  1012. ],
  1013. "shaderFiles": [
  1014. "../../materialsLibrary/src/sky/sky.vertex.fx",
  1015. "../../materialsLibrary/src/sky/sky.fragment.fx"
  1016. ],
  1017. "output": "babylon.skyMaterial.js"
  1018. },
  1019. {
  1020. "files": [
  1021. "../../materialsLibrary/src/grid/babylon.gridmaterial.ts"
  1022. ],
  1023. "shaderFiles": [
  1024. "../../materialsLibrary/src/grid/grid.vertex.fx",
  1025. "../../materialsLibrary/src/grid/grid.fragment.fx",
  1026. "../../materialsLibrary/src/grid/legacygrid.vertex.fx",
  1027. "../../materialsLibrary/src/grid/legacygrid.fragment.fx"
  1028. ],
  1029. "output": "babylon.gridMaterial.js"
  1030. },
  1031. {
  1032. "files": [
  1033. "../../materialsLibrary/src/custom/babylon.customMaterial.ts"
  1034. ],
  1035. "output": "babylon.customMaterial.js"
  1036. },
  1037. {
  1038. "files": [
  1039. "../../materialsLibrary/src/cell/babylon.cellMaterial.ts"
  1040. ],
  1041. "shaderFiles": [
  1042. "../../materialsLibrary/src/cell/cell.vertex.fx",
  1043. "../../materialsLibrary/src/cell/cell.fragment.fx"
  1044. ],
  1045. "output": "babylon.cellMaterial.js"
  1046. }
  1047. ],
  1048. "build": {
  1049. "srcOutputDirectory": "../../materialsLibrary/",
  1050. "distOutputDirectory": "/materialsLibrary/"
  1051. }
  1052. },
  1053. "postProcessesLibrary": {
  1054. "libraries": [
  1055. {
  1056. "files": [
  1057. "../../postProcessLibrary/src/asciiArt/babylon.asciiArtPostProcess.ts"
  1058. ],
  1059. "shaderFiles": [
  1060. "../../postProcessLibrary/src/asciiArt/asciiart.fragment.fx"
  1061. ],
  1062. "output": "babylon.asciiArtPostProcess.js"
  1063. },
  1064. {
  1065. "files": [
  1066. "../../postProcessLibrary/src/digitalRain/babylon.digitalRainPostProcess.ts"
  1067. ],
  1068. "shaderFiles": [
  1069. "../../postProcessLibrary/src/digitalRain/digitalrain.fragment.fx"
  1070. ],
  1071. "output": "babylon.digitalRainPostProcess.js"
  1072. }
  1073. ],
  1074. "build": {
  1075. "srcOutputDirectory": "../../postProcessLibrary/",
  1076. "distOutputDirectory": "/postProcessesLibrary/"
  1077. }
  1078. },
  1079. "proceduralTexturesLibrary": {
  1080. "libraries": [
  1081. {
  1082. "files": [
  1083. "../../proceduralTexturesLibrary/src/wood/babylon.woodProceduralTexture.ts"
  1084. ],
  1085. "shaderFiles": [
  1086. "../../proceduralTexturesLibrary/src/wood/woodProceduralTexture.fragment.fx"
  1087. ],
  1088. "output": "babylon.woodProceduralTexture.js"
  1089. },
  1090. {
  1091. "files": [
  1092. "../../proceduralTexturesLibrary/src/fire/babylon.fireProceduralTexture.ts"
  1093. ],
  1094. "shaderFiles": [
  1095. "../../proceduralTexturesLibrary/src/fire/fireProceduralTexture.fragment.fx"
  1096. ],
  1097. "output": "babylon.fireProceduralTexture.js"
  1098. },
  1099. {
  1100. "files": [
  1101. "../../proceduralTexturesLibrary/src/cloud/babylon.cloudProceduralTexture.ts"
  1102. ],
  1103. "shaderFiles": [
  1104. "../../proceduralTexturesLibrary/src/cloud/cloudProceduralTexture.fragment.fx"
  1105. ],
  1106. "output": "babylon.cloudProceduralTexture.js"
  1107. },
  1108. {
  1109. "files": [
  1110. "../../proceduralTexturesLibrary/src/grass/babylon.grassProceduralTexture.ts"
  1111. ],
  1112. "shaderFiles": [
  1113. "../../proceduralTexturesLibrary/src/grass/grassProceduralTexture.fragment.fx"
  1114. ],
  1115. "output": "babylon.grassProceduralTexture.js"
  1116. },
  1117. {
  1118. "files": [
  1119. "../../proceduralTexturesLibrary/src/road/babylon.roadProceduralTexture.ts"
  1120. ],
  1121. "shaderFiles": [
  1122. "../../proceduralTexturesLibrary/src/road/roadProceduralTexture.fragment.fx"
  1123. ],
  1124. "output": "babylon.roadProceduralTexture.js"
  1125. },
  1126. {
  1127. "files": [
  1128. "../../proceduralTexturesLibrary/src/brick/babylon.brickProceduralTexture.ts"
  1129. ],
  1130. "shaderFiles": [
  1131. "../../proceduralTexturesLibrary/src/brick/brickProceduralTexture.fragment.fx"
  1132. ],
  1133. "output": "babylon.brickProceduralTexture.js"
  1134. },
  1135. {
  1136. "files": [
  1137. "../../proceduralTexturesLibrary/src/marble/babylon.marbleProceduralTexture.ts"
  1138. ],
  1139. "shaderFiles": [
  1140. "../../proceduralTexturesLibrary/src/marble/marbleProceduralTexture.fragment.fx"
  1141. ],
  1142. "output": "babylon.marbleProceduralTexture.js"
  1143. },
  1144. {
  1145. "files": [
  1146. "../../proceduralTexturesLibrary/src/starfield/babylon.starfieldProceduralTexture.ts"
  1147. ],
  1148. "shaderFiles": [
  1149. "../../proceduralTexturesLibrary/src/starfield/starfieldProceduralTexture.fragment.fx"
  1150. ],
  1151. "output": "babylon.starfieldProceduralTexture.js"
  1152. },
  1153. {
  1154. "files": [
  1155. "../../proceduralTexturesLibrary/src/normalMap/babylon.normalMapProceduralTexture.ts"
  1156. ],
  1157. "shaderFiles": [
  1158. "../../proceduralTexturesLibrary/src/normalMap/normalMapProceduralTexture.fragment.fx"
  1159. ],
  1160. "output": "babylon.normalMapProceduralTexture.js"
  1161. }
  1162. ],
  1163. "build": {
  1164. "srcOutputDirectory": "../../proceduralTexturesLibrary/",
  1165. "distOutputDirectory": "/proceduralTexturesLibrary/"
  1166. }
  1167. },
  1168. "loaders": {
  1169. "libraries": [
  1170. {
  1171. "files": [
  1172. "../../loaders/src/STL/babylon.stlFileLoader.ts"
  1173. ],
  1174. "output": "babylon.stlFileLoader.js"
  1175. },
  1176. {
  1177. "files": [
  1178. "../../loaders/src/OBJ/babylon.objFileLoader.ts"
  1179. ],
  1180. "output": "babylon.objFileLoader.js"
  1181. },
  1182. {
  1183. "files": [
  1184. "../../loaders/src/glTF/babylon.glTFFileLoader.ts",
  1185. "../../loaders/src/glTF/1.0/babylon.glTFLoaderInterfaces.ts",
  1186. "../../loaders/src/glTF/1.0/babylon.glTFLoader.ts",
  1187. "../../loaders/src/glTF/1.0/babylon.glTFLoaderUtils.ts",
  1188. "../../loaders/src/glTF/1.0/babylon.glTFLoaderExtension.ts",
  1189. "../../loaders/src/glTF/1.0/babylon.glTFBinaryExtension.ts",
  1190. "../../loaders/src/glTF/1.0/babylon.glTFMaterialsCommonExtension.ts"
  1191. ],
  1192. "output": "babylon.glTF1FileLoader.js"
  1193. },
  1194. {
  1195. "files": [
  1196. "../../loaders/src/glTF/babylon.glTFFileLoader.ts",
  1197. "../../loaders/src/glTF/2.0/babylon.glTFLoaderInterfaces.ts",
  1198. "../../loaders/src/glTF/2.0/babylon.glTFLoader.ts",
  1199. "../../loaders/src/glTF/2.0/babylon.glTFLoaderUtils.ts",
  1200. "../../loaders/src/glTF/2.0/babylon.glTFLoaderExtension.ts",
  1201. "../../loaders/src/glTF/2.0/babylon.glTFMaterialsPbrSpecularGlossinessExtension.ts"
  1202. ],
  1203. "output": "babylon.glTF2FileLoader.js"
  1204. },
  1205. {
  1206. "files": [
  1207. "../../loaders/src/glTF/babylon.glTFFileLoader.ts",
  1208. "../../loaders/src/glTF/1.0/babylon.glTFLoaderInterfaces.ts",
  1209. "../../loaders/src/glTF/1.0/babylon.glTFLoader.ts",
  1210. "../../loaders/src/glTF/1.0/babylon.glTFLoaderUtils.ts",
  1211. "../../loaders/src/glTF/1.0/babylon.glTFLoaderExtension.ts",
  1212. "../../loaders/src/glTF/1.0/babylon.glTFBinaryExtension.ts",
  1213. "../../loaders/src/glTF/1.0/babylon.glTFMaterialsCommonExtension.ts",
  1214. "../../loaders/src/glTF/2.0/babylon.glTFLoaderInterfaces.ts",
  1215. "../../loaders/src/glTF/2.0/babylon.glTFLoader.ts",
  1216. "../../loaders/src/glTF/2.0/babylon.glTFLoaderUtils.ts",
  1217. "../../loaders/src/glTF/2.0/babylon.glTFLoaderExtension.ts",
  1218. "../../loaders/src/glTF/2.0/babylon.glTFMaterialsPbrSpecularGlossinessExtension.ts"
  1219. ],
  1220. "output": "babylon.glTFFileLoader.js"
  1221. }
  1222. ],
  1223. "build": {
  1224. "srcOutputDirectory": "../../loaders/",
  1225. "distOutputDirectory": "/loaders/"
  1226. }
  1227. },
  1228. "serializers": {
  1229. "libraries": [
  1230. {
  1231. "files": [
  1232. "../../serializers/src/OBJ/babylon.objSerializer.ts"
  1233. ],
  1234. "output": "babylon.objSerializer.js"
  1235. }
  1236. ],
  1237. "build": {
  1238. "srcOutputDirectory": "../../serializers/",
  1239. "distOutputDirectory": "/serializers/"
  1240. }
  1241. },
  1242. "gui": {
  1243. "libraries": [
  1244. {
  1245. "files": [
  1246. "../../gui/src/advancedDynamicTexture.ts",
  1247. "../../gui/src/measure.ts",
  1248. "../../gui/src/valueAndUnit.ts",
  1249. "../../gui/src/controls/control.ts",
  1250. "../../gui/src/controls/container.ts",
  1251. "../../gui/src/controls/rectangle.ts",
  1252. "../../gui/src/controls/textBlock.ts",
  1253. "../../gui/src/controls/image.ts",
  1254. "../../gui/src/controls/button.ts"
  1255. ],
  1256. "output": "babylon.gui.js"
  1257. }
  1258. ],
  1259. "build": {
  1260. "srcOutputDirectory": "../../gui/",
  1261. "distOutputDirectory": "/gui/"
  1262. }
  1263. },
  1264. "canvas2D": {
  1265. "libraries": [
  1266. {
  1267. "files": [
  1268. "../../canvas2D/src/Tools/babylon.math2D.ts",
  1269. "../../canvas2D/src/Tools/babylon.iPropertyChanged.ts",
  1270. "../../canvas2D/src/Tools/babylon.c2dlogging.ts",
  1271. "../../canvas2D/src/Tools/babylon.observableArray.ts",
  1272. "../../canvas2D/src/Tools/babylon.observableStringDictionary.ts",
  1273. "../../canvas2D/src/Engine/babylon.fontTexture.ts",
  1274. "../../canvas2D/src/Engine/babylon.bounding2d.ts",
  1275. "../../canvas2D/src/Engine/babylon.primitiveCollisionManager.ts",
  1276. "../../canvas2D/src/Engine/babylon.canvas2dLayoutEngine.ts",
  1277. "../../canvas2D/src/Engine/babylon.brushes2d.ts",
  1278. "../../canvas2D/src/Engine/babylon.smartPropertyPrim.ts",
  1279. "../../canvas2D/src/Engine/babylon.prim2dBase.ts",
  1280. "../../canvas2D/src/Engine/babylon.modelRenderCache.ts",
  1281. "../../canvas2D/src/Engine/babylon.renderablePrim2d.ts",
  1282. "../../canvas2D/src/Engine/babylon.shape2d.ts",
  1283. "../../canvas2D/src/Engine/babylon.group2d.ts",
  1284. "../../canvas2D/src/Engine/babylon.wireFrame2d.ts",
  1285. "../../canvas2D/src/Engine/babylon.rectangle2d.ts",
  1286. "../../canvas2D/src/Engine/babylon.ellipse2d.ts",
  1287. "../../canvas2D/src/Engine/babylon.sprite2d.ts",
  1288. "../../canvas2D/src/Engine/babylon.atlasPicture.ts",
  1289. "../../canvas2D/src/Engine/babylon.text2d.ts",
  1290. "../../canvas2D/src/Engine/babylon.lines2d.ts",
  1291. "../../canvas2D/src/Engine/babylon.canvas2d.ts",
  1292. "../../canvas2D/src/Engine/babylon.worldSpaceCanvas2dNode.ts",
  1293. "../../canvas2D/src/GUI/babylon.gui.UIElement.ts",
  1294. "../../canvas2D/src/GUI/Layouts/babylon.gui.stackPanel.ts",
  1295. "../../canvas2D/src/GUI/babylon.gui.control.ts",
  1296. "../../canvas2D/src/GUI/babylon.gui.contentControl.ts",
  1297. "../../canvas2D/src/GUI/babylon.gui.window.ts",
  1298. "../../canvas2D/src/GUI/babylon.gui.label.ts",
  1299. "../../canvas2D/src/GUI/babylon.gui.button.ts",
  1300. "../../canvas2D/src/lib.d.ts"
  1301. ],
  1302. "shaderFiles": [
  1303. "../../canvas2D/src/shaders/**.fx",
  1304. "!../../canvas2D/src/shaders/**.js.fx"
  1305. ],
  1306. "output": "babylon.canvas2d.js"
  1307. }
  1308. ],
  1309. "build": {
  1310. "srcOutputDirectory": "../../canvas2D/",
  1311. "distOutputDirectory": "/canvas2D/"
  1312. }
  1313. },
  1314. "inspector": {
  1315. "libraries": [
  1316. {
  1317. "files": [
  1318. "../../inspector/src/Inspector.ts",
  1319. "../../inspector/src/properties.ts",
  1320. "../../inspector/src/gui/BasicElement.ts",
  1321. "../../inspector/src/adapters/Adapter.ts",
  1322. "../../inspector/src/adapters/CameraAdapter.ts",
  1323. "../../inspector/src/adapters/SoundAdapter.ts",
  1324. "../../inspector/src/adapters/TextureAdapter.ts",
  1325. "../../inspector/src/adapters/Canvas2DAdapter.ts",
  1326. "../../inspector/src/adapters/LightAdapter.ts",
  1327. "../../inspector/src/adapters/MaterialAdapter.ts",
  1328. "../../inspector/src/adapters/MeshAdapter.ts",
  1329. "../../inspector/src/details/DetailPanel.ts",
  1330. "../../inspector/src/details/Property.ts",
  1331. "../../inspector/src/details/PropertyLine.ts",
  1332. "../../inspector/src/gui/ColorElement.ts",
  1333. "../../inspector/src/gui/CubeTextureElement.ts",
  1334. "../../inspector/src/gui/HDRCubeTextureElement.ts",
  1335. "../../inspector/src/gui/SearchBar.ts",
  1336. "../../inspector/src/gui/TextureElement.ts",
  1337. "../../inspector/src/gui/Tooltip.ts",
  1338. "../../inspector/src/helpers/Helpers.ts",
  1339. "../../inspector/src/scheduler/Scheduler.ts",
  1340. "../../inspector/src/tabs/Tab.ts",
  1341. "../../inspector/src/tabs/PropertyTab.ts",
  1342. "../../inspector/src/tabs/CameraTab.ts",
  1343. "../../inspector/src/tabs/SoundTab.ts",
  1344. "../../inspector/src/tabs/TextureTab.ts",
  1345. "../../inspector/src/tabs/Canvas2DTab.ts",
  1346. "../../inspector/src/tabs/LightTab.ts",
  1347. "../../inspector/src/tabs/MaterialTab.ts",
  1348. "../../inspector/src/tabs/MeshTab.ts",
  1349. "../../inspector/src/tabs/SceneTab.ts",
  1350. "../../inspector/src/tabs/ShaderTab.ts",
  1351. "../../inspector/src/tabs/ConsoleTab.ts",
  1352. "../../inspector/src/tabs/StatsTab.ts",
  1353. "../../inspector/src/tabs/TabBar.ts",
  1354. "../../inspector/src/tools/AbstractTool.ts",
  1355. "../../inspector/src/tools/PauseScheduleTool.ts",
  1356. "../../inspector/src/tools/PickTool.ts",
  1357. "../../inspector/src/tools/PopupTool.ts",
  1358. "../../inspector/src/tools/RefreshTool.ts",
  1359. "../../inspector/src/tools/LabelTool.ts",
  1360. "../../inspector/src/tools/Toolbar.ts",
  1361. "../../inspector/src/tools/DisposeTool.ts",
  1362. "../../inspector/src/tree/TreeItem.ts",
  1363. "../../inspector/src/treetools/AbstractTreeTool.ts",
  1364. "../../inspector/src/treetools/BoundingBox.ts",
  1365. "../../inspector/src/treetools/CameraPOV.ts",
  1366. "../../inspector/src/treetools/SoundInteractions.ts",
  1367. "../../inspector/src/treetools/Checkbox.ts",
  1368. "../../inspector/src/treetools/DebugArea.ts",
  1369. "../../inspector/src/treetools/Info.ts",
  1370. "../../inspector/src/lib.d.ts"
  1371. ],
  1372. "sassFiles": [
  1373. "../../inspector/sass/**/*.scss"
  1374. ],
  1375. "output": "babylon.inspector.js",
  1376. "webpack": "../../inspector/webpack.config.js"
  1377. }
  1378. ],
  1379. "build": {
  1380. "srcOutputDirectory": "../../inspector/",
  1381. "distOutputDirectory": "/inspector/"
  1382. }
  1383. }
  1384. }