config.json 56 KB

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