config.json 53 KB

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