config.json 55 KB

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