config.json 51 KB

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