config.json 56 KB

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