config.json 54 KB

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