config.json 50 KB

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