config.json 55 KB

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