config.json 55 KB

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