config.json 53 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435
  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. "kernelBlur.vertex",
  585. "kernelBlur.fragment",
  586. "refraction.fragment",
  587. "blackAndWhite.fragment",
  588. "convolution.fragment",
  589. "filter.fragment",
  590. "fxaa.fragment",
  591. "volumetricLightScattering.fragment",
  592. "volumetricLightScatteringPass.fragment",
  593. "colorCorrection.fragment",
  594. "tonemap.fragment",
  595. "displayPass.fragment"
  596. ],
  597. "shaderIncludes": [
  598. "kernelBlurFragment",
  599. "kernelBlurFragment2",
  600. "kernelBlurVaryingDeclaration",
  601. "kernelBlurVertex"
  602. ]
  603. },
  604. "renderingPipeline" :
  605. {
  606. "files": [
  607. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderPipelineManager.js",
  608. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderPass.js",
  609. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderEffect.js",
  610. "../../src/PostProcess/RenderPipeline/babylon.postProcessRenderPipeline.js"
  611. ],
  612. "dependUpon" : [
  613. "postProcesses"
  614. ]
  615. },
  616. "additionalRenderingPipeline" :
  617. {
  618. "files": [
  619. "../../src/PostProcess/babylon.ssaoRenderingPipeline.js",
  620. "../../src/PostProcess/babylon.ssao2RenderingPipeline.js",
  621. "../../src/PostProcess/babylon.lensRenderingPipeline.js",
  622. "../../src/PostProcess/babylon.hdrRenderingPipeline.js",
  623. "../../src/PostProcess/babylon.standardRenderingPipeline.js"
  624. ],
  625. "dependUpon" : [
  626. "renderingPipeline",
  627. "depthRenderer"
  628. ],
  629. "shaders" : [
  630. "ssao.fragment",
  631. "ssao2.fragment",
  632. "ssaoCombine.fragment",
  633. "chromaticAberration.fragment",
  634. "lensHighlights.fragment",
  635. "depthOfField.fragment",
  636. "standard.fragment",
  637. "hdr.fragment"
  638. ]
  639. },
  640. "bones" :
  641. {
  642. "files": [
  643. "../../src/Bones/babylon.bone.js",
  644. "../../src/Bones/babylon.boneIKController.js",
  645. "../../src/Bones/babylon.boneLookController.js",
  646. "../../src/Bones/babylon.skeleton.js"
  647. ],
  648. "dependUpon" : [
  649. "core"
  650. ]
  651. },
  652. "hdr" :
  653. {
  654. "files": [
  655. "../../src/Tools/HDR/babylon.cubemapToSphericalPolynomial.js",
  656. "../../src/Tools/HDR/babylon.panoramaToCubemap.js",
  657. "../../src/Tools/HDR/babylon.hdr.js",
  658. "../../src/Tools/HDR/babylon.pmremgenerator.js",
  659. "../../src/Materials/Textures/babylon.hdrCubeTexture.js"
  660. ],
  661. "dependUpon" : [
  662. "core"
  663. ]
  664. },
  665. "csg" :
  666. {
  667. "files": [
  668. "../../src/Mesh/babylon.csg.js"
  669. ],
  670. "dependUpon" : [
  671. "core"
  672. ]
  673. },
  674. "polygonMesh" :
  675. {
  676. "files": [
  677. "../../src/Tools/babylon.earcut.js",
  678. "../../src/Mesh/babylon.polygonMesh.js"
  679. ],
  680. "dependUpon" : [
  681. "core"
  682. ]
  683. },
  684. "lensFlares" :
  685. {
  686. "files": [
  687. "../../src/LensFlare/babylon.lensFlare.js",
  688. "../../src/LensFlare/babylon.lensFlareSystem.js"
  689. ],
  690. "dependUpon" : [
  691. "core"
  692. ],
  693. "shaders" : [
  694. "lensFlare.vertex",
  695. "lensFlare.fragment"
  696. ]
  697. },
  698. "physics" :
  699. {
  700. "files": [
  701. "../../src/Physics/babylon.physicsJoint.js",
  702. "../../src/Physics/babylon.physicsImpostor.js",
  703. "../../src/Physics/babylon.physicsEngine.js",
  704. "../../src/Physics/Plugins/babylon.cannonJSPlugin.js",
  705. "../../src/Physics/Plugins/babylon.oimoJSPlugin.js"
  706. ],
  707. "dependUpon" : [
  708. "core"
  709. ]
  710. },
  711. "textureFormats" :
  712. {
  713. "files": [
  714. "../../src/Tools/babylon.tga.js",
  715. "../../src/Tools/babylon.dds.js",
  716. "../../src/Tools/babylon.khronosTextureContainer.js"
  717. ],
  718. "dependUpon" : [
  719. "core"
  720. ]
  721. },
  722. "debug" :
  723. {
  724. "files": [
  725. "../../src/Debug/babylon.skeletonViewer.js",
  726. "../../src/Debug/babylon.axesViewer.js",
  727. "../../src/Debug/babylon.boneAxesViewer.js",
  728. "../../src/Debug/babylon.rayHelper.js",
  729. "../../src/Debug/babylon.debugLayer.js",
  730. "../../src/Rendering/babylon.boundingBoxRenderer.js"
  731. ],
  732. "dependUpon" : [
  733. "shaderMaterial",
  734. "additionalMeshes",
  735. "standardMaterial",
  736. "stringDictionary",
  737. "dynamicFloatArray",
  738. "actions"
  739. ],
  740. "shaders" : [
  741. "color.vertex",
  742. "color.fragment"
  743. ]
  744. },
  745. "morphTargets" :
  746. {
  747. "files": [
  748. "../../src/Morph/babylon.morphTarget.js",
  749. "../../src/Morph/babylon.morphTargetManager.js"
  750. ],
  751. "dependUpon" : [
  752. "core"
  753. ]
  754. },
  755. "colorCurves" :
  756. {
  757. "files": [
  758. "../../src/Materials/Textures/babylon.colorGradingTexture.js",
  759. "../../src/Materials/babylon.colorCurves.js"
  760. ],
  761. "dependUpon" : [
  762. "core"
  763. ]
  764. },
  765. "octrees" :
  766. {
  767. "files": [
  768. "../../src/Culling/Octrees/babylon.octree.js",
  769. "../../src/Culling/Octrees/babylon.octreeBlock.js"
  770. ],
  771. "dependUpon" : [
  772. "core"
  773. ]
  774. },
  775. "simd" :
  776. {
  777. "files": [
  778. "../../src/Math/babylon.math.SIMD.js"
  779. ],
  780. "dependUpon" : [
  781. "core"
  782. ]
  783. },
  784. "vr" :
  785. {
  786. "files": [
  787. "../../src/PostProcess/babylon.vrDistortionCorrectionPostProcess.js",
  788. "../../src/PostProcess/babylon.anaglyphPostProcess.js",
  789. "../../src/PostProcess/babylon.stereoscopicInterlacePostProcess.js",
  790. "../../src/Cameras/Inputs/babylon.freeCameraDeviceOrientationInput.js",
  791. "../../src/Cameras/Inputs/babylon.arcRotateCameraVRDeviceOrientationInput.js",
  792. "../../src/Cameras/VR/babylon.vrCameraMetrics.js",
  793. "../../src/Cameras/VR/babylon.webVRCamera.js",
  794. "../../src/Cameras/babylon.deviceOrientationCamera.js",
  795. "../../src/Cameras/VR/babylon.vrDeviceOrientationCamera.js",
  796. "../../src/Cameras/babylon.stereoscopicCameras.js"
  797. ],
  798. "dependUpon" : [
  799. "core"
  800. ],
  801. "shaders" :[
  802. "anaglyph.fragment",
  803. "stereoscopicInterlace.fragment",
  804. "vrDistortionCorrection.fragment"
  805. ]
  806. },
  807. "virtualJoystick" :
  808. {
  809. "files": [
  810. "../../src/Tools/babylon.virtualJoystick.js",
  811. "../../src/Cameras/babylon.virtualJoysticksCamera.js",
  812. "../../src/Cameras/Inputs/babylon.freeCameraVirtualJoystickInput.js"
  813. ],
  814. "dependUpon" : [
  815. "core"
  816. ]
  817. },
  818. "optimizations" :
  819. {
  820. "files": [
  821. "../../src/Mesh/babylon.meshSimplification.js",
  822. "../../src/Mesh/babylon.meshLODLevel.js",
  823. "../../src/Tools/babylon.sceneOptimizer.js"
  824. ],
  825. "dependUpon" : [
  826. "core"
  827. ]
  828. },
  829. "highlights" :
  830. {
  831. "files": [
  832. "../../src/Rendering/babylon.outlineRenderer.js",
  833. "../../src/Rendering/babylon.edgesRenderer.js",
  834. "../../src/Layer/babylon.highlightlayer.js"
  835. ],
  836. "dependUpon" : [
  837. "shaderMaterial"
  838. ],
  839. "shaders" : [
  840. "glowBlurPostProcess.fragment",
  841. "glowMapGeneration.fragment",
  842. "glowMapGeneration.vertex",
  843. "glowMapMerge.fragment",
  844. "glowMapMerge.vertex",
  845. "line.vertex",
  846. "line.fragment",
  847. "outline.vertex",
  848. "outline.fragment"
  849. ]
  850. },
  851. "assetsManager" :
  852. {
  853. "files": [
  854. "../../src/Tools/babylon.assetsManager.js"
  855. ],
  856. "dependUpon" : [
  857. "core"
  858. ]
  859. },
  860. "mapTexture" :
  861. {
  862. "files": [
  863. "../../src/Materials/Textures/babylon.mapTexture.js",
  864. "../../src/Tools/babylon.rectPackingMap.js"
  865. ],
  866. "dependUpon" : [
  867. "core"
  868. ]
  869. },
  870. "dynamicFloatArray" :
  871. {
  872. "files": [
  873. "../../src/Tools/babylon.dynamicFloatArray.js"
  874. ],
  875. "dependUpon" : [
  876. "core"
  877. ]
  878. },
  879. "serialization" :
  880. {
  881. "files": [
  882. "../../src/Tools/babylon.sceneSerializer.js"
  883. ],
  884. "dependUpon" : [
  885. "core"
  886. ]
  887. },
  888. "probes" :
  889. {
  890. "files": [
  891. "../../src/Probes/babylon.reflectionProbe.js"
  892. ],
  893. "dependUpon" : [
  894. "core"
  895. ]
  896. },
  897. "layer" :
  898. {
  899. "files": [
  900. "../../src/Layer/babylon.layer.js"
  901. ],
  902. "dependUpon" : [
  903. "core"
  904. ],
  905. "shaders" : [
  906. "layer.vertex",
  907. "layer.fragment"
  908. ]
  909. }
  910. },
  911. "typescript": [
  912. "../../src/**/*.ts",
  913. "!../../src/**/*.d.ts"
  914. ],
  915. "workers": [
  916. {
  917. "variable": "BABYLON.CollisionWorker",
  918. "files": [
  919. "../../src/Collisions/babylon.collider.js",
  920. "../../src/Collisions/babylon.collisionWorker.js",
  921. "../../src/Collisions/babylon.collisionCoordinator.js",
  922. "../../src/Math/babylon.math.js"
  923. ]
  924. }
  925. ],
  926. "modules": [
  927. "canvas2D",
  928. "materialsLibrary",
  929. "postProcessesLibrary",
  930. "proceduralTexturesLibrary",
  931. "loaders",
  932. "serializers",
  933. "inspector",
  934. "gui"
  935. ],
  936. "materialsLibrary": {
  937. "libraries": [
  938. {
  939. "files": [
  940. "../../materialsLibrary/src/shadowOnly/babylon.shadowOnlyMaterial.ts"
  941. ],
  942. "shaderFiles": [
  943. "../../materialsLibrary/src/shadowOnly/shadowOnly.vertex.fx",
  944. "../../materialsLibrary/src/shadowOnly/shadowOnly.fragment.fx"
  945. ],
  946. "output": "babylon.shadowOnlyMaterial.js"
  947. },
  948. {
  949. "files": [
  950. "../../materialsLibrary/src/gradient/babylon.gradientMaterial.ts"
  951. ],
  952. "shaderFiles": [
  953. "../../materialsLibrary/src/gradient/gradient.vertex.fx",
  954. "../../materialsLibrary/src/gradient/gradient.fragment.fx"
  955. ],
  956. "output": "babylon.gradientMaterial.js"
  957. },
  958. {
  959. "files": [
  960. "../../materialsLibrary/src/normal/babylon.normalMaterial.ts"
  961. ],
  962. "shaderFiles": [
  963. "../../materialsLibrary/src/normal/normal.vertex.fx",
  964. "../../materialsLibrary/src/normal/normal.fragment.fx"
  965. ],
  966. "output": "babylon.normalMaterial.js"
  967. },
  968. {
  969. "files": [
  970. "../../materialsLibrary/src/lava/babylon.lavaMaterial.ts"
  971. ],
  972. "shaderFiles": [
  973. "../../materialsLibrary/src/lava/lava.vertex.fx",
  974. "../../materialsLibrary/src/lava/lava.fragment.fx"
  975. ],
  976. "output": "babylon.lavaMaterial.js"
  977. },
  978. {
  979. "files": [
  980. "../../materialsLibrary/src/simple/babylon.simpleMaterial.ts"
  981. ],
  982. "shaderFiles": [
  983. "../../materialsLibrary/src/simple/simple.vertex.fx",
  984. "../../materialsLibrary/src/simple/simple.fragment.fx"
  985. ],
  986. "output": "babylon.simpleMaterial.js"
  987. },
  988. {
  989. "files": [
  990. "../../materialsLibrary/src/water/babylon.waterMaterial.ts"
  991. ],
  992. "shaderFiles": [
  993. "../../materialsLibrary/src/water/water.vertex.fx",
  994. "../../materialsLibrary/src/water/water.fragment.fx"
  995. ],
  996. "output": "babylon.waterMaterial.js"
  997. },
  998. {
  999. "files": [
  1000. "../../materialsLibrary/src/fire/babylon.fireMaterial.ts"
  1001. ],
  1002. "shaderFiles": [
  1003. "../../materialsLibrary/src/fire/fire.vertex.fx",
  1004. "../../materialsLibrary/src/fire/fire.fragment.fx"
  1005. ],
  1006. "output": "babylon.fireMaterial.js"
  1007. },
  1008. {
  1009. "files": [
  1010. "../../materialsLibrary/src/fur/babylon.furMaterial.ts"
  1011. ],
  1012. "shaderFiles": [
  1013. "../../materialsLibrary/src/fur/fur.vertex.fx",
  1014. "../../materialsLibrary/src/fur/fur.fragment.fx"
  1015. ],
  1016. "output": "babylon.furMaterial.js"
  1017. },
  1018. {
  1019. "files": [
  1020. "../../materialsLibrary/src/terrain/babylon.terrainMaterial.ts"
  1021. ],
  1022. "shaderFiles": [
  1023. "../../materialsLibrary/src/terrain/terrain.vertex.fx",
  1024. "../../materialsLibrary/src/terrain/terrain.fragment.fx"
  1025. ],
  1026. "output": "babylon.terrainMaterial.js"
  1027. },
  1028. {
  1029. "files": [
  1030. "../../materialsLibrary/src/triPlanar/babylon.triPlanarMaterial.ts"
  1031. ],
  1032. "shaderFiles": [
  1033. "../../materialsLibrary/src/triPlanar/triplanar.vertex.fx",
  1034. "../../materialsLibrary/src/triPlanar/triplanar.fragment.fx"
  1035. ],
  1036. "output": "babylon.triPlanarMaterial.js"
  1037. },
  1038. {
  1039. "files": [
  1040. "../../materialsLibrary/src/sky/babylon.skyMaterial.ts"
  1041. ],
  1042. "shaderFiles": [
  1043. "../../materialsLibrary/src/sky/sky.vertex.fx",
  1044. "../../materialsLibrary/src/sky/sky.fragment.fx"
  1045. ],
  1046. "output": "babylon.skyMaterial.js"
  1047. },
  1048. {
  1049. "files": [
  1050. "../../materialsLibrary/src/grid/babylon.gridmaterial.ts"
  1051. ],
  1052. "shaderFiles": [
  1053. "../../materialsLibrary/src/grid/grid.vertex.fx",
  1054. "../../materialsLibrary/src/grid/grid.fragment.fx",
  1055. "../../materialsLibrary/src/grid/legacygrid.vertex.fx",
  1056. "../../materialsLibrary/src/grid/legacygrid.fragment.fx"
  1057. ],
  1058. "output": "babylon.gridMaterial.js"
  1059. },
  1060. {
  1061. "files": [
  1062. "../../materialsLibrary/src/custom/babylon.customMaterial.ts"
  1063. ],
  1064. "output": "babylon.customMaterial.js"
  1065. },
  1066. {
  1067. "files": [
  1068. "../../materialsLibrary/src/cell/babylon.cellMaterial.ts"
  1069. ],
  1070. "shaderFiles": [
  1071. "../../materialsLibrary/src/cell/cell.vertex.fx",
  1072. "../../materialsLibrary/src/cell/cell.fragment.fx"
  1073. ],
  1074. "output": "babylon.cellMaterial.js"
  1075. },
  1076. {
  1077. "files": [
  1078. "../../materialsLibrary/src/legacyPBR/babylon.legacyPBRMaterial.ts"
  1079. ],
  1080. "shaderFiles": [
  1081. "../../materialsLibrary/src/legacyPBR/legacyPbr.vertex.fx",
  1082. "../../materialsLibrary/src/legacyPBR/legacyPbr.fragment.fx"
  1083. ],
  1084. "shadersIncludeFiles": [
  1085. "../../materialsLibrary/src/legacyPBR/legacyPbrFragmentDeclaration.fx",
  1086. "../../materialsLibrary/src/legacyPBR/legacyPbrFunctions.fx",
  1087. "../../materialsLibrary/src/legacyPBR/legacyPbrLightFunctions.fx",
  1088. "../../materialsLibrary/src/legacyPBR/legacyPbrLightFunctionsCall.fx",
  1089. "../../materialsLibrary/src/legacyPBR/legacyPbrUboDeclaration.fx",
  1090. "../../materialsLibrary/src/legacyPBR/legacyPbrVertexDeclaration.fx"
  1091. ],
  1092. "output": "babylon.legacyPbrMaterial.js"
  1093. }
  1094. ],
  1095. "build": {
  1096. "srcOutputDirectory": "../../materialsLibrary/",
  1097. "distOutputDirectory": "/materialsLibrary/"
  1098. }
  1099. },
  1100. "postProcessesLibrary": {
  1101. "libraries": [
  1102. {
  1103. "files": [
  1104. "../../postProcessLibrary/src/asciiArt/babylon.asciiArtPostProcess.ts"
  1105. ],
  1106. "shaderFiles": [
  1107. "../../postProcessLibrary/src/asciiArt/asciiart.fragment.fx"
  1108. ],
  1109. "output": "babylon.asciiArtPostProcess.js"
  1110. },
  1111. {
  1112. "files": [
  1113. "../../postProcessLibrary/src/digitalRain/babylon.digitalRainPostProcess.ts"
  1114. ],
  1115. "shaderFiles": [
  1116. "../../postProcessLibrary/src/digitalRain/digitalrain.fragment.fx"
  1117. ],
  1118. "output": "babylon.digitalRainPostProcess.js"
  1119. }
  1120. ],
  1121. "build": {
  1122. "srcOutputDirectory": "../../postProcessLibrary/",
  1123. "distOutputDirectory": "/postProcessesLibrary/"
  1124. }
  1125. },
  1126. "proceduralTexturesLibrary": {
  1127. "libraries": [
  1128. {
  1129. "files": [
  1130. "../../proceduralTexturesLibrary/src/wood/babylon.woodProceduralTexture.ts"
  1131. ],
  1132. "shaderFiles": [
  1133. "../../proceduralTexturesLibrary/src/wood/woodProceduralTexture.fragment.fx"
  1134. ],
  1135. "output": "babylon.woodProceduralTexture.js"
  1136. },
  1137. {
  1138. "files": [
  1139. "../../proceduralTexturesLibrary/src/fire/babylon.fireProceduralTexture.ts"
  1140. ],
  1141. "shaderFiles": [
  1142. "../../proceduralTexturesLibrary/src/fire/fireProceduralTexture.fragment.fx"
  1143. ],
  1144. "output": "babylon.fireProceduralTexture.js"
  1145. },
  1146. {
  1147. "files": [
  1148. "../../proceduralTexturesLibrary/src/cloud/babylon.cloudProceduralTexture.ts"
  1149. ],
  1150. "shaderFiles": [
  1151. "../../proceduralTexturesLibrary/src/cloud/cloudProceduralTexture.fragment.fx"
  1152. ],
  1153. "output": "babylon.cloudProceduralTexture.js"
  1154. },
  1155. {
  1156. "files": [
  1157. "../../proceduralTexturesLibrary/src/grass/babylon.grassProceduralTexture.ts"
  1158. ],
  1159. "shaderFiles": [
  1160. "../../proceduralTexturesLibrary/src/grass/grassProceduralTexture.fragment.fx"
  1161. ],
  1162. "output": "babylon.grassProceduralTexture.js"
  1163. },
  1164. {
  1165. "files": [
  1166. "../../proceduralTexturesLibrary/src/road/babylon.roadProceduralTexture.ts"
  1167. ],
  1168. "shaderFiles": [
  1169. "../../proceduralTexturesLibrary/src/road/roadProceduralTexture.fragment.fx"
  1170. ],
  1171. "output": "babylon.roadProceduralTexture.js"
  1172. },
  1173. {
  1174. "files": [
  1175. "../../proceduralTexturesLibrary/src/brick/babylon.brickProceduralTexture.ts"
  1176. ],
  1177. "shaderFiles": [
  1178. "../../proceduralTexturesLibrary/src/brick/brickProceduralTexture.fragment.fx"
  1179. ],
  1180. "output": "babylon.brickProceduralTexture.js"
  1181. },
  1182. {
  1183. "files": [
  1184. "../../proceduralTexturesLibrary/src/marble/babylon.marbleProceduralTexture.ts"
  1185. ],
  1186. "shaderFiles": [
  1187. "../../proceduralTexturesLibrary/src/marble/marbleProceduralTexture.fragment.fx"
  1188. ],
  1189. "output": "babylon.marbleProceduralTexture.js"
  1190. },
  1191. {
  1192. "files": [
  1193. "../../proceduralTexturesLibrary/src/starfield/babylon.starfieldProceduralTexture.ts"
  1194. ],
  1195. "shaderFiles": [
  1196. "../../proceduralTexturesLibrary/src/starfield/starfieldProceduralTexture.fragment.fx"
  1197. ],
  1198. "output": "babylon.starfieldProceduralTexture.js"
  1199. },
  1200. {
  1201. "files": [
  1202. "../../proceduralTexturesLibrary/src/normalMap/babylon.normalMapProceduralTexture.ts"
  1203. ],
  1204. "shaderFiles": [
  1205. "../../proceduralTexturesLibrary/src/normalMap/normalMapProceduralTexture.fragment.fx"
  1206. ],
  1207. "output": "babylon.normalMapProceduralTexture.js"
  1208. }
  1209. ],
  1210. "build": {
  1211. "srcOutputDirectory": "../../proceduralTexturesLibrary/",
  1212. "distOutputDirectory": "/proceduralTexturesLibrary/"
  1213. }
  1214. },
  1215. "loaders": {
  1216. "libraries": [
  1217. {
  1218. "files": [
  1219. "../../loaders/src/STL/babylon.stlFileLoader.ts"
  1220. ],
  1221. "output": "babylon.stlFileLoader.js"
  1222. },
  1223. {
  1224. "files": [
  1225. "../../loaders/src/OBJ/babylon.objFileLoader.ts"
  1226. ],
  1227. "output": "babylon.objFileLoader.js"
  1228. },
  1229. {
  1230. "files": [
  1231. "../../loaders/src/glTF/babylon.glTFFileLoader.ts",
  1232. "../../loaders/src/glTF/1.0/babylon.glTFLoaderInterfaces.ts",
  1233. "../../loaders/src/glTF/1.0/babylon.glTFLoader.ts",
  1234. "../../loaders/src/glTF/1.0/babylon.glTFLoaderUtils.ts",
  1235. "../../loaders/src/glTF/1.0/babylon.glTFLoaderExtension.ts",
  1236. "../../loaders/src/glTF/1.0/babylon.glTFBinaryExtension.ts",
  1237. "../../loaders/src/glTF/1.0/babylon.glTFMaterialsCommonExtension.ts"
  1238. ],
  1239. "output": "babylon.glTF1FileLoader.js"
  1240. },
  1241. {
  1242. "files": [
  1243. "../../loaders/src/glTF/babylon.glTFFileLoader.ts",
  1244. "../../loaders/src/glTF/2.0/babylon.glTFLoaderInterfaces.ts",
  1245. "../../loaders/src/glTF/2.0/babylon.glTFLoader.ts",
  1246. "../../loaders/src/glTF/2.0/babylon.glTFLoaderUtils.ts",
  1247. "../../loaders/src/glTF/2.0/babylon.glTFLoaderExtension.ts",
  1248. "../../loaders/src/glTF/2.0/babylon.glTFMaterialsPbrSpecularGlossinessExtension.ts"
  1249. ],
  1250. "output": "babylon.glTF2FileLoader.js"
  1251. },
  1252. {
  1253. "files": [
  1254. "../../loaders/src/glTF/babylon.glTFFileLoader.ts",
  1255. "../../loaders/src/glTF/1.0/babylon.glTFLoaderInterfaces.ts",
  1256. "../../loaders/src/glTF/1.0/babylon.glTFLoader.ts",
  1257. "../../loaders/src/glTF/1.0/babylon.glTFLoaderUtils.ts",
  1258. "../../loaders/src/glTF/1.0/babylon.glTFLoaderExtension.ts",
  1259. "../../loaders/src/glTF/1.0/babylon.glTFBinaryExtension.ts",
  1260. "../../loaders/src/glTF/1.0/babylon.glTFMaterialsCommonExtension.ts",
  1261. "../../loaders/src/glTF/2.0/babylon.glTFLoaderInterfaces.ts",
  1262. "../../loaders/src/glTF/2.0/babylon.glTFLoader.ts",
  1263. "../../loaders/src/glTF/2.0/babylon.glTFLoaderUtils.ts",
  1264. "../../loaders/src/glTF/2.0/babylon.glTFLoaderExtension.ts",
  1265. "../../loaders/src/glTF/2.0/babylon.glTFMaterialsPbrSpecularGlossinessExtension.ts"
  1266. ],
  1267. "output": "babylon.glTFFileLoader.js"
  1268. }
  1269. ],
  1270. "build": {
  1271. "srcOutputDirectory": "../../loaders/",
  1272. "distOutputDirectory": "/loaders/"
  1273. }
  1274. },
  1275. "serializers": {
  1276. "libraries": [
  1277. {
  1278. "files": [
  1279. "../../serializers/src/OBJ/babylon.objSerializer.ts"
  1280. ],
  1281. "output": "babylon.objSerializer.js"
  1282. }
  1283. ],
  1284. "build": {
  1285. "srcOutputDirectory": "../../serializers/",
  1286. "distOutputDirectory": "/serializers/"
  1287. }
  1288. },
  1289. "gui": {
  1290. "libraries": [
  1291. {
  1292. "files": [
  1293. "../../gui/src/advancedDynamicTexture.ts",
  1294. "../../gui/src/measure.ts",
  1295. "../../gui/src/math2D.ts",
  1296. "../../gui/src/valueAndUnit.ts",
  1297. "../../gui/src/controls/control.ts",
  1298. "../../gui/src/controls/container.ts",
  1299. "../../gui/src/controls/stackPanel.ts",
  1300. "../../gui/src/controls/rectangle.ts",
  1301. "../../gui/src/controls/ellipse.ts",
  1302. "../../gui/src/controls/line.ts",
  1303. "../../gui/src/controls/textBlock.ts",
  1304. "../../gui/src/controls/image.ts",
  1305. "../../gui/src/controls/button.ts"
  1306. ],
  1307. "output": "babylon.gui.js"
  1308. }
  1309. ],
  1310. "build": {
  1311. "srcOutputDirectory": "../../gui/",
  1312. "distOutputDirectory": "/gui/"
  1313. }
  1314. },
  1315. "canvas2D": {
  1316. "libraries": [
  1317. {
  1318. "files": [
  1319. "../../canvas2D/src/Tools/babylon.math2D.ts",
  1320. "../../canvas2D/src/Tools/babylon.IPropertyChanged.ts",
  1321. "../../canvas2D/src/Tools/babylon.c2dlogging.ts",
  1322. "../../canvas2D/src/Tools/babylon.observableArray.ts",
  1323. "../../canvas2D/src/Tools/babylon.observableStringDictionary.ts",
  1324. "../../canvas2D/src/Engine/babylon.fontTexture.ts",
  1325. "../../canvas2D/src/Engine/babylon.bounding2d.ts",
  1326. "../../canvas2D/src/Engine/babylon.primitiveCollisionManager.ts",
  1327. "../../canvas2D/src/Engine/babylon.canvas2dLayoutEngine.ts",
  1328. "../../canvas2D/src/Engine/babylon.brushes2d.ts",
  1329. "../../canvas2D/src/Engine/babylon.smartPropertyPrim.ts",
  1330. "../../canvas2D/src/Engine/babylon.prim2dBase.ts",
  1331. "../../canvas2D/src/Engine/babylon.modelRenderCache.ts",
  1332. "../../canvas2D/src/Engine/babylon.renderablePrim2d.ts",
  1333. "../../canvas2D/src/Engine/babylon.shape2d.ts",
  1334. "../../canvas2D/src/Engine/babylon.group2d.ts",
  1335. "../../canvas2D/src/Engine/babylon.wireFrame2d.ts",
  1336. "../../canvas2D/src/Engine/babylon.rectangle2d.ts",
  1337. "../../canvas2D/src/Engine/babylon.ellipse2d.ts",
  1338. "../../canvas2D/src/Engine/babylon.sprite2d.ts",
  1339. "../../canvas2D/src/Engine/babylon.atlasPicture.ts",
  1340. "../../canvas2D/src/Engine/babylon.text2d.ts",
  1341. "../../canvas2D/src/Engine/babylon.lines2d.ts",
  1342. "../../canvas2D/src/Engine/babylon.canvas2d.ts",
  1343. "../../canvas2D/src/Engine/babylon.worldSpaceCanvas2dNode.ts",
  1344. "../../canvas2D/src/GUI/babylon.gui.UIElement.ts",
  1345. "../../canvas2D/src/GUI/Layouts/babylon.gui.stackPanel.ts",
  1346. "../../canvas2D/src/GUI/babylon.gui.control.ts",
  1347. "../../canvas2D/src/GUI/babylon.gui.contentControl.ts",
  1348. "../../canvas2D/src/GUI/babylon.gui.window.ts",
  1349. "../../canvas2D/src/GUI/babylon.gui.label.ts",
  1350. "../../canvas2D/src/GUI/babylon.gui.button.ts",
  1351. "../../canvas2D/src/lib.d.ts"
  1352. ],
  1353. "shaderFiles": [
  1354. "../../canvas2D/src/shaders/**.fx",
  1355. "!../../canvas2D/src/shaders/**.js.fx"
  1356. ],
  1357. "output": "babylon.canvas2d.js"
  1358. }
  1359. ],
  1360. "build": {
  1361. "srcOutputDirectory": "../../canvas2D/",
  1362. "distOutputDirectory": "/canvas2D/"
  1363. }
  1364. },
  1365. "inspector": {
  1366. "libraries": [
  1367. {
  1368. "files": [
  1369. "../../inspector/src/Inspector.ts",
  1370. "../../inspector/src/properties.ts",
  1371. "../../inspector/src/gui/BasicElement.ts",
  1372. "../../inspector/src/adapters/Adapter.ts",
  1373. "../../inspector/src/adapters/CameraAdapter.ts",
  1374. "../../inspector/src/adapters/SoundAdapter.ts",
  1375. "../../inspector/src/adapters/TextureAdapter.ts",
  1376. "../../inspector/src/adapters/Canvas2DAdapter.ts",
  1377. "../../inspector/src/adapters/LightAdapter.ts",
  1378. "../../inspector/src/adapters/MaterialAdapter.ts",
  1379. "../../inspector/src/adapters/MeshAdapter.ts",
  1380. "../../inspector/src/details/DetailPanel.ts",
  1381. "../../inspector/src/details/Property.ts",
  1382. "../../inspector/src/details/PropertyLine.ts",
  1383. "../../inspector/src/gui/ColorElement.ts",
  1384. "../../inspector/src/gui/CubeTextureElement.ts",
  1385. "../../inspector/src/gui/HDRCubeTextureElement.ts",
  1386. "../../inspector/src/gui/SearchBar.ts",
  1387. "../../inspector/src/gui/TextureElement.ts",
  1388. "../../inspector/src/gui/Tooltip.ts",
  1389. "../../inspector/src/helpers/Helpers.ts",
  1390. "../../inspector/src/scheduler/Scheduler.ts",
  1391. "../../inspector/src/tabs/Tab.ts",
  1392. "../../inspector/src/tabs/PropertyTab.ts",
  1393. "../../inspector/src/tabs/CameraTab.ts",
  1394. "../../inspector/src/tabs/SoundTab.ts",
  1395. "../../inspector/src/tabs/TextureTab.ts",
  1396. "../../inspector/src/tabs/Canvas2DTab.ts",
  1397. "../../inspector/src/tabs/LightTab.ts",
  1398. "../../inspector/src/tabs/MaterialTab.ts",
  1399. "../../inspector/src/tabs/MeshTab.ts",
  1400. "../../inspector/src/tabs/SceneTab.ts",
  1401. "../../inspector/src/tabs/ShaderTab.ts",
  1402. "../../inspector/src/tabs/ConsoleTab.ts",
  1403. "../../inspector/src/tabs/StatsTab.ts",
  1404. "../../inspector/src/tabs/TabBar.ts",
  1405. "../../inspector/src/tools/AbstractTool.ts",
  1406. "../../inspector/src/tools/PauseScheduleTool.ts",
  1407. "../../inspector/src/tools/PickTool.ts",
  1408. "../../inspector/src/tools/PopupTool.ts",
  1409. "../../inspector/src/tools/RefreshTool.ts",
  1410. "../../inspector/src/tools/LabelTool.ts",
  1411. "../../inspector/src/tools/Toolbar.ts",
  1412. "../../inspector/src/tools/DisposeTool.ts",
  1413. "../../inspector/src/tree/TreeItem.ts",
  1414. "../../inspector/src/treetools/AbstractTreeTool.ts",
  1415. "../../inspector/src/treetools/BoundingBox.ts",
  1416. "../../inspector/src/treetools/CameraPOV.ts",
  1417. "../../inspector/src/treetools/SoundInteractions.ts",
  1418. "../../inspector/src/treetools/Checkbox.ts",
  1419. "../../inspector/src/treetools/DebugArea.ts",
  1420. "../../inspector/src/treetools/Info.ts",
  1421. "../../inspector/src/lib.d.ts"
  1422. ],
  1423. "sassFiles": [
  1424. "../../inspector/sass/**/*.scss"
  1425. ],
  1426. "output": "babylon.inspector.js",
  1427. "webpack": "../../inspector/webpack.config.js"
  1428. }
  1429. ],
  1430. "build": {
  1431. "srcOutputDirectory": "../../inspector/",
  1432. "distOutputDirectory": "/inspector/"
  1433. }
  1434. }
  1435. }