config.json 56 KB

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