config.json 55 KB

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