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