config.json 54 KB

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