@babylonjs/viewer 5.0.0-rc.3 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/configuration/configuration.d.ts +107 -107
  2. package/configuration/configuration.js +15 -15
  3. package/configuration/configuration.js.map +1 -1
  4. package/configuration/configurationCompatibility.d.ts +8 -8
  5. package/configuration/configurationCompatibility.js +65 -65
  6. package/configuration/configurationCompatibility.js.map +1 -1
  7. package/configuration/configurationContainer.d.ts +10 -10
  8. package/configuration/configurationContainer.js +9 -9
  9. package/configuration/configurationContainer.js.map +1 -1
  10. package/configuration/globals.d.ts +6 -6
  11. package/configuration/globals.js +17 -17
  12. package/configuration/globals.js.map +1 -1
  13. package/configuration/index.d.ts +2 -2
  14. package/configuration/index.js +3 -2
  15. package/configuration/index.js.map +1 -1
  16. package/configuration/interfaces/cameraConfiguration.d.ts +31 -31
  17. package/configuration/interfaces/cameraConfiguration.js +1 -1
  18. package/configuration/interfaces/cameraConfiguration.js.map +1 -1
  19. package/configuration/interfaces/colorGradingConfiguration.d.ts +81 -81
  20. package/configuration/interfaces/colorGradingConfiguration.js +1 -1
  21. package/configuration/interfaces/colorGradingConfiguration.js.map +1 -1
  22. package/configuration/interfaces/defaultRenderingPipelineConfiguration.d.ts +20 -20
  23. package/configuration/interfaces/defaultRenderingPipelineConfiguration.js +1 -1
  24. package/configuration/interfaces/defaultRenderingPipelineConfiguration.js.map +1 -1
  25. package/configuration/interfaces/environmentMapConfiguration.d.ts +22 -22
  26. package/configuration/interfaces/environmentMapConfiguration.js +1 -1
  27. package/configuration/interfaces/environmentMapConfiguration.js.map +1 -1
  28. package/configuration/interfaces/groundConfiguration.d.ts +24 -24
  29. package/configuration/interfaces/groundConfiguration.js +1 -1
  30. package/configuration/interfaces/groundConfiguration.js.map +1 -1
  31. package/configuration/interfaces/imageProcessingConfiguration.d.ts +43 -43
  32. package/configuration/interfaces/imageProcessingConfiguration.js +1 -1
  33. package/configuration/interfaces/imageProcessingConfiguration.js.map +1 -1
  34. package/configuration/interfaces/index.d.ts +15 -15
  35. package/configuration/interfaces/index.js +15 -15
  36. package/configuration/interfaces/index.js.map +1 -1
  37. package/configuration/interfaces/lightConfiguration.d.ts +60 -60
  38. package/configuration/interfaces/lightConfiguration.js +1 -1
  39. package/configuration/interfaces/lightConfiguration.js.map +1 -1
  40. package/configuration/interfaces/modelAnimationConfiguration.d.ts +26 -26
  41. package/configuration/interfaces/modelAnimationConfiguration.js +1 -1
  42. package/configuration/interfaces/modelAnimationConfiguration.js.map +1 -1
  43. package/configuration/interfaces/modelConfiguration.d.ts +65 -65
  44. package/configuration/interfaces/modelConfiguration.js +1 -1
  45. package/configuration/interfaces/modelConfiguration.js.map +1 -1
  46. package/configuration/interfaces/observersConfiguration.d.ts +5 -5
  47. package/configuration/interfaces/observersConfiguration.js +1 -1
  48. package/configuration/interfaces/observersConfiguration.js.map +1 -1
  49. package/configuration/interfaces/sceneConfiguration.d.ts +48 -48
  50. package/configuration/interfaces/sceneConfiguration.js +1 -1
  51. package/configuration/interfaces/sceneConfiguration.js.map +1 -1
  52. package/configuration/interfaces/sceneOptimizerConfiguration.d.ts +23 -23
  53. package/configuration/interfaces/sceneOptimizerConfiguration.js +1 -1
  54. package/configuration/interfaces/sceneOptimizerConfiguration.js.map +1 -1
  55. package/configuration/interfaces/skyboxConfiguration.d.ts +21 -21
  56. package/configuration/interfaces/skyboxConfiguration.js +1 -1
  57. package/configuration/interfaces/skyboxConfiguration.js.map +1 -1
  58. package/configuration/interfaces/templateConfiguration.d.ts +67 -67
  59. package/configuration/interfaces/templateConfiguration.js +1 -1
  60. package/configuration/interfaces/templateConfiguration.js.map +1 -1
  61. package/configuration/interfaces/vrConfiguration.d.ts +16 -16
  62. package/configuration/interfaces/vrConfiguration.js +1 -1
  63. package/configuration/interfaces/vrConfiguration.js.map +1 -1
  64. package/configuration/loader.d.ts +4 -4
  65. package/configuration/loader.js +16 -28
  66. package/configuration/loader.js.map +1 -1
  67. package/configuration/mappers.d.ts +42 -42
  68. package/configuration/mappers.js +190 -189
  69. package/configuration/mappers.js.map +1 -1
  70. package/configuration/renderOnlyLoader.d.ts +33 -33
  71. package/configuration/renderOnlyLoader.js +161 -158
  72. package/configuration/renderOnlyLoader.js.map +1 -1
  73. package/configuration/types/default.d.ts +6 -6
  74. package/configuration/types/default.js +120 -119
  75. package/configuration/types/default.js.map +1 -1
  76. package/configuration/types/environmentMap.d.ts +5 -5
  77. package/configuration/types/environmentMap.js +13 -13
  78. package/configuration/types/environmentMap.js.map +1 -1
  79. package/configuration/types/extended.d.ts +6 -6
  80. package/configuration/types/extended.js +316 -316
  81. package/configuration/types/extended.js.map +1 -1
  82. package/configuration/types/index.d.ts +13 -13
  83. package/configuration/types/index.js +49 -48
  84. package/configuration/types/index.js.map +1 -1
  85. package/configuration/types/minimal.d.ts +6 -6
  86. package/configuration/types/minimal.js +42 -42
  87. package/configuration/types/minimal.js.map +1 -1
  88. package/configuration/types/renderOnlyDefault.d.ts +30 -30
  89. package/configuration/types/renderOnlyDefault.js +30 -30
  90. package/configuration/types/renderOnlyDefault.js.map +1 -1
  91. package/configuration/types/shadowLight.d.ts +9 -9
  92. package/configuration/types/shadowLight.js +63 -63
  93. package/configuration/types/shadowLight.js.map +1 -1
  94. package/helper/index.d.ts +26 -26
  95. package/helper/index.js +62 -56
  96. package/helper/index.js.map +1 -1
  97. package/index.d.ts +30 -30
  98. package/index.js +45 -41
  99. package/index.js.map +1 -1
  100. package/initializer.d.ts +11 -11
  101. package/initializer.js +34 -33
  102. package/initializer.js.map +1 -1
  103. package/interfaces.d.ts +5 -5
  104. package/interfaces.js +1 -1
  105. package/interfaces.js.map +1 -1
  106. package/labs/environmentSerializer.d.ts +126 -126
  107. package/labs/environmentSerializer.js +190 -186
  108. package/labs/environmentSerializer.js.map +1 -1
  109. package/labs/texture.d.ts +183 -184
  110. package/labs/texture.js +300 -297
  111. package/labs/texture.js.map +1 -1
  112. package/labs/viewerLabs.d.ts +51 -51
  113. package/labs/viewerLabs.js +133 -131
  114. package/labs/viewerLabs.js.map +1 -1
  115. package/license.md +71 -0
  116. package/loader/modelLoader.d.ts +47 -44
  117. package/loader/modelLoader.js +189 -182
  118. package/loader/modelLoader.js.map +1 -1
  119. package/loader/plugins/applyMaterialConfig.d.ts +12 -12
  120. package/loader/plugins/applyMaterialConfig.js +15 -15
  121. package/loader/plugins/applyMaterialConfig.js.map +1 -1
  122. package/loader/plugins/extendedMaterialLoaderPlugin.d.ts +9 -9
  123. package/loader/plugins/extendedMaterialLoaderPlugin.js +15 -15
  124. package/loader/plugins/extendedMaterialLoaderPlugin.js.map +1 -1
  125. package/loader/plugins/index.d.ts +18 -17
  126. package/loader/plugins/index.js +42 -41
  127. package/loader/plugins/index.js.map +1 -1
  128. package/loader/plugins/loaderPlugin.d.ts +24 -24
  129. package/loader/plugins/loaderPlugin.js +1 -1
  130. package/loader/plugins/loaderPlugin.js.map +1 -1
  131. package/loader/plugins/msftLodLoaderPlugin.d.ts +12 -12
  132. package/loader/plugins/msftLodLoaderPlugin.js +20 -19
  133. package/loader/plugins/msftLodLoaderPlugin.js.map +1 -1
  134. package/loader/plugins/telemetryLoaderPlugin.d.ts +12 -12
  135. package/loader/plugins/telemetryLoaderPlugin.js +35 -35
  136. package/loader/plugins/telemetryLoaderPlugin.js.map +1 -1
  137. package/managers/observablesManager.d.ts +66 -66
  138. package/managers/observablesManager.js +34 -34
  139. package/managers/observablesManager.js.map +1 -1
  140. package/managers/sceneManager.d.ts +243 -245
  141. package/managers/sceneManager.js +1388 -1387
  142. package/managers/sceneManager.js.map +1 -1
  143. package/managers/telemetryManager.d.ts +57 -57
  144. package/managers/telemetryManager.js +113 -113
  145. package/managers/telemetryManager.js.map +1 -1
  146. package/model/modelAnimation.d.ts +215 -215
  147. package/model/modelAnimation.js +232 -232
  148. package/model/modelAnimation.js.map +1 -1
  149. package/model/viewerModel.d.ts +228 -236
  150. package/model/viewerModel.js +669 -664
  151. package/model/viewerModel.js.map +1 -1
  152. package/optimizer/custom/extended.d.ts +11 -13
  153. package/optimizer/custom/extended.js +98 -100
  154. package/optimizer/custom/extended.js.map +1 -1
  155. package/optimizer/custom/index.d.ts +8 -8
  156. package/optimizer/custom/index.js +24 -24
  157. package/optimizer/custom/index.js.map +1 -1
  158. package/package.json +41 -215
  159. package/readme.md +12 -8
  160. package/renderOnlyIndex.d.ts +11 -11
  161. package/renderOnlyIndex.js +17 -15
  162. package/renderOnlyIndex.js.map +1 -1
  163. package/templating/eventManager.d.ts +35 -35
  164. package/templating/eventManager.js +65 -63
  165. package/templating/eventManager.js.map +1 -1
  166. package/templating/plugins/hdButtonPlugin.d.ts +9 -9
  167. package/templating/plugins/hdButtonPlugin.js +21 -34
  168. package/templating/plugins/hdButtonPlugin.js.map +1 -1
  169. package/templating/plugins/printButton.d.ts +9 -10
  170. package/templating/plugins/printButton.js +40 -53
  171. package/templating/plugins/printButton.js.map +1 -1
  172. package/templating/templateManager.d.ts +190 -189
  173. package/templating/templateManager.js +553 -543
  174. package/templating/templateManager.js.map +1 -1
  175. package/templating/viewerTemplatePlugin.d.ts +21 -21
  176. package/templating/viewerTemplatePlugin.js +68 -68
  177. package/templating/viewerTemplatePlugin.js.map +1 -1
  178. package/viewer/defaultViewer.d.ts +122 -116
  179. package/viewer/defaultViewer.js +665 -670
  180. package/viewer/defaultViewer.js.map +1 -1
  181. package/viewer/renderOnlyViewer.d.ts +8 -8
  182. package/viewer/renderOnlyViewer.js +43 -50
  183. package/viewer/renderOnlyViewer.js.map +1 -1
  184. package/viewer/viewer.d.ts +254 -253
  185. package/viewer/viewer.js +777 -763
  186. package/viewer/viewer.js.map +1 -1
  187. package/viewer/viewerManager.d.ts +55 -55
  188. package/viewer/viewerManager.js +87 -86
  189. package/viewer/viewerManager.js.map +1 -1
  190. package/viewer/viewerWithTemplate.d.ts +9 -9
  191. package/viewer/viewerWithTemplate.js +19 -32
  192. package/viewer/viewerWithTemplate.js.map +1 -1
@@ -1,31 +1,31 @@
1
- export interface ICameraConfiguration {
2
- position?: {
3
- x: number;
4
- y: number;
5
- z: number;
6
- };
7
- rotation?: {
8
- x: number;
9
- y: number;
10
- z: number;
11
- w: number;
12
- };
13
- fov?: number;
14
- fovMode?: number;
15
- minZ?: number;
16
- maxZ?: number;
17
- inertia?: number;
18
- exposure?: number;
19
- pinchPrecision?: number;
20
- behaviors?: {
21
- [name: string]: boolean | number | ICameraBehaviorConfiguration;
22
- };
23
- disableCameraControl?: boolean;
24
- disableCtrlForPanning?: boolean;
25
- disableAutoFocus?: boolean;
26
- [propName: string]: any;
27
- }
28
- export interface ICameraBehaviorConfiguration {
29
- type: number;
30
- [propName: string]: any;
31
- }
1
+ export interface ICameraConfiguration {
2
+ position?: {
3
+ x: number;
4
+ y: number;
5
+ z: number;
6
+ };
7
+ rotation?: {
8
+ x: number;
9
+ y: number;
10
+ z: number;
11
+ w: number;
12
+ };
13
+ fov?: number;
14
+ fovMode?: number;
15
+ minZ?: number;
16
+ maxZ?: number;
17
+ inertia?: number;
18
+ exposure?: number;
19
+ pinchPrecision?: number;
20
+ behaviors?: {
21
+ [name: string]: boolean | number | ICameraBehaviorConfiguration;
22
+ };
23
+ disableCameraControl?: boolean;
24
+ disableCtrlForPanning?: boolean;
25
+ disableAutoFocus?: boolean;
26
+ [propName: string]: any;
27
+ }
28
+ export interface ICameraBehaviorConfiguration {
29
+ type: number;
30
+ [propName: string]: any;
31
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=cameraConfiguration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"cameraConfiguration.js","sourceRoot":"","sources":["../../../../../sourceES6/viewer/src/configuration/interfaces/cameraConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["export interface ICameraConfiguration {\r\n position?: { x: number, y: number, z: number };\r\n rotation?: { x: number, y: number, z: number, w: number };\r\n fov?: number;\r\n fovMode?: number;\r\n minZ?: number;\r\n maxZ?: number;\r\n inertia?: number;\r\n exposure?: number;\r\n pinchPrecision?: number;\r\n behaviors?: {\r\n [name: string]: boolean | number | ICameraBehaviorConfiguration;\r\n };\r\n disableCameraControl?: boolean;\r\n disableCtrlForPanning?: boolean;\r\n disableAutoFocus?: boolean;\r\n\r\n [propName: string]: any;\r\n}\r\n\r\nexport interface ICameraBehaviorConfiguration {\r\n type: number;\r\n [propName: string]: any;\r\n}"]}
1
+ {"version":3,"file":"cameraConfiguration.js","sourceRoot":"","sources":["../../../../../../tools/viewer/src/configuration/interfaces/cameraConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["export interface ICameraConfiguration {\r\n position?: { x: number; y: number; z: number };\r\n rotation?: { x: number; y: number; z: number; w: number };\r\n fov?: number;\r\n fovMode?: number;\r\n minZ?: number;\r\n maxZ?: number;\r\n inertia?: number;\r\n exposure?: number;\r\n pinchPrecision?: number;\r\n behaviors?: {\r\n [name: string]: boolean | number | ICameraBehaviorConfiguration;\r\n };\r\n disableCameraControl?: boolean;\r\n disableCtrlForPanning?: boolean;\r\n disableAutoFocus?: boolean;\r\n\r\n [propName: string]: any;\r\n}\r\n\r\nexport interface ICameraBehaviorConfiguration {\r\n type: number;\r\n [propName: string]: any;\r\n}\r\n"]}
@@ -1,81 +1,81 @@
1
- /**
2
- * The Color Grading Configuration groups the different settings used to define the color grading used in the viewer.
3
- */
4
- export interface IColorGradingConfiguration {
5
- /**
6
- * Transform data string, encoded as determined by transformDataFormat.
7
- */
8
- transformData: string;
9
- /**
10
- * The encoding format of TransformData (currently only raw-base16 is supported).
11
- */
12
- transformDataFormat: string;
13
- /**
14
- * The weight of the transform
15
- */
16
- transformWeight: number;
17
- /**
18
- * Color curve colorFilterHueGlobal value
19
- */
20
- colorFilterHueGlobal: number;
21
- /**
22
- * Color curve colorFilterHueShadows value
23
- */
24
- colorFilterHueShadows: number;
25
- /**
26
- * Color curve colorFilterHueMidtones value
27
- */
28
- colorFilterHueMidtones: number;
29
- /**
30
- * Color curve colorFilterHueHighlights value
31
- */
32
- colorFilterHueHighlights: number;
33
- /**
34
- * Color curve colorFilterDensityGlobal value
35
- */
36
- colorFilterDensityGlobal: number;
37
- /**
38
- * Color curve colorFilterDensityShadows value
39
- */
40
- colorFilterDensityShadows: number;
41
- /**
42
- * Color curve colorFilterDensityMidtones value
43
- */
44
- colorFilterDensityMidtones: number;
45
- /**
46
- * Color curve colorFilterDensityHighlights value
47
- */
48
- colorFilterDensityHighlights: number;
49
- /**
50
- * Color curve saturationGlobal value
51
- */
52
- saturationGlobal: number;
53
- /**
54
- * Color curve saturationShadows value
55
- */
56
- saturationShadows: number;
57
- /**
58
- * Color curve saturationMidtones value
59
- */
60
- saturationMidtones: number;
61
- /**
62
- * Color curve saturationHighlights value
63
- */
64
- saturationHighlights: number;
65
- /**
66
- * Color curve exposureGlobal value
67
- */
68
- exposureGlobal: number;
69
- /**
70
- * Color curve exposureShadows value
71
- */
72
- exposureShadows: number;
73
- /**
74
- * Color curve exposureMidtones value
75
- */
76
- exposureMidtones: number;
77
- /**
78
- * Color curve exposureHighlights value
79
- */
80
- exposureHighlights: number;
81
- }
1
+ /**
2
+ * The Color Grading Configuration groups the different settings used to define the color grading used in the viewer.
3
+ */
4
+ export interface IColorGradingConfiguration {
5
+ /**
6
+ * Transform data string, encoded as determined by transformDataFormat.
7
+ */
8
+ transformData: string;
9
+ /**
10
+ * The encoding format of TransformData (currently only raw-base16 is supported).
11
+ */
12
+ transformDataFormat: string;
13
+ /**
14
+ * The weight of the transform
15
+ */
16
+ transformWeight: number;
17
+ /**
18
+ * Color curve colorFilterHueGlobal value
19
+ */
20
+ colorFilterHueGlobal: number;
21
+ /**
22
+ * Color curve colorFilterHueShadows value
23
+ */
24
+ colorFilterHueShadows: number;
25
+ /**
26
+ * Color curve colorFilterHueMidtones value
27
+ */
28
+ colorFilterHueMidtones: number;
29
+ /**
30
+ * Color curve colorFilterHueHighlights value
31
+ */
32
+ colorFilterHueHighlights: number;
33
+ /**
34
+ * Color curve colorFilterDensityGlobal value
35
+ */
36
+ colorFilterDensityGlobal: number;
37
+ /**
38
+ * Color curve colorFilterDensityShadows value
39
+ */
40
+ colorFilterDensityShadows: number;
41
+ /**
42
+ * Color curve colorFilterDensityMidtones value
43
+ */
44
+ colorFilterDensityMidtones: number;
45
+ /**
46
+ * Color curve colorFilterDensityHighlights value
47
+ */
48
+ colorFilterDensityHighlights: number;
49
+ /**
50
+ * Color curve saturationGlobal value
51
+ */
52
+ saturationGlobal: number;
53
+ /**
54
+ * Color curve saturationShadows value
55
+ */
56
+ saturationShadows: number;
57
+ /**
58
+ * Color curve saturationMidtones value
59
+ */
60
+ saturationMidtones: number;
61
+ /**
62
+ * Color curve saturationHighlights value
63
+ */
64
+ saturationHighlights: number;
65
+ /**
66
+ * Color curve exposureGlobal value
67
+ */
68
+ exposureGlobal: number;
69
+ /**
70
+ * Color curve exposureShadows value
71
+ */
72
+ exposureShadows: number;
73
+ /**
74
+ * Color curve exposureMidtones value
75
+ */
76
+ exposureMidtones: number;
77
+ /**
78
+ * Color curve exposureHighlights value
79
+ */
80
+ exposureHighlights: number;
81
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=colorGradingConfiguration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"colorGradingConfiguration.js","sourceRoot":"","sources":["../../../../../sourceES6/viewer/src/configuration/interfaces/colorGradingConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["/**\r\n * The Color Grading Configuration groups the different settings used to define the color grading used in the viewer.\r\n */\r\nexport interface IColorGradingConfiguration {\r\n\r\n /**\r\n * Transform data string, encoded as determined by transformDataFormat.\r\n */\r\n transformData: string;\r\n\r\n /**\r\n * The encoding format of TransformData (currently only raw-base16 is supported).\r\n */\r\n transformDataFormat: string;\r\n\r\n /**\r\n * The weight of the transform\r\n */\r\n transformWeight: number;\r\n\r\n /**\r\n * Color curve colorFilterHueGlobal value\r\n */\r\n colorFilterHueGlobal: number;\r\n\r\n /**\r\n * Color curve colorFilterHueShadows value\r\n */\r\n colorFilterHueShadows: number;\r\n\r\n /**\r\n * Color curve colorFilterHueMidtones value\r\n */\r\n colorFilterHueMidtones: number;\r\n\r\n /**\r\n * Color curve colorFilterHueHighlights value\r\n */\r\n colorFilterHueHighlights: number;\r\n\r\n /**\r\n * Color curve colorFilterDensityGlobal value\r\n */\r\n colorFilterDensityGlobal: number;\r\n\r\n /**\r\n * Color curve colorFilterDensityShadows value\r\n */\r\n colorFilterDensityShadows: number;\r\n\r\n /**\r\n * Color curve colorFilterDensityMidtones value\r\n */\r\n colorFilterDensityMidtones: number;\r\n\r\n /**\r\n * Color curve colorFilterDensityHighlights value\r\n */\r\n colorFilterDensityHighlights: number;\r\n\r\n /**\r\n * Color curve saturationGlobal value\r\n */\r\n saturationGlobal: number;\r\n\r\n /**\r\n * Color curve saturationShadows value\r\n */\r\n saturationShadows: number;\r\n\r\n /**\r\n * Color curve saturationMidtones value\r\n */\r\n saturationMidtones: number;\r\n\r\n /**\r\n * Color curve saturationHighlights value\r\n */\r\n saturationHighlights: number;\r\n\r\n /**\r\n * Color curve exposureGlobal value\r\n */\r\n exposureGlobal: number;\r\n\r\n /**\r\n * Color curve exposureShadows value\r\n */\r\n exposureShadows: number;\r\n\r\n /**\r\n * Color curve exposureMidtones value\r\n */\r\n exposureMidtones: number;\r\n\r\n /**\r\n * Color curve exposureHighlights value\r\n */\r\n exposureHighlights: number;\r\n\r\n}"]}
1
+ {"version":3,"file":"colorGradingConfiguration.js","sourceRoot":"","sources":["../../../../../../tools/viewer/src/configuration/interfaces/colorGradingConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["/**\r\n * The Color Grading Configuration groups the different settings used to define the color grading used in the viewer.\r\n */\r\nexport interface IColorGradingConfiguration {\r\n /**\r\n * Transform data string, encoded as determined by transformDataFormat.\r\n */\r\n transformData: string;\r\n\r\n /**\r\n * The encoding format of TransformData (currently only raw-base16 is supported).\r\n */\r\n transformDataFormat: string;\r\n\r\n /**\r\n * The weight of the transform\r\n */\r\n transformWeight: number;\r\n\r\n /**\r\n * Color curve colorFilterHueGlobal value\r\n */\r\n colorFilterHueGlobal: number;\r\n\r\n /**\r\n * Color curve colorFilterHueShadows value\r\n */\r\n colorFilterHueShadows: number;\r\n\r\n /**\r\n * Color curve colorFilterHueMidtones value\r\n */\r\n colorFilterHueMidtones: number;\r\n\r\n /**\r\n * Color curve colorFilterHueHighlights value\r\n */\r\n colorFilterHueHighlights: number;\r\n\r\n /**\r\n * Color curve colorFilterDensityGlobal value\r\n */\r\n colorFilterDensityGlobal: number;\r\n\r\n /**\r\n * Color curve colorFilterDensityShadows value\r\n */\r\n colorFilterDensityShadows: number;\r\n\r\n /**\r\n * Color curve colorFilterDensityMidtones value\r\n */\r\n colorFilterDensityMidtones: number;\r\n\r\n /**\r\n * Color curve colorFilterDensityHighlights value\r\n */\r\n colorFilterDensityHighlights: number;\r\n\r\n /**\r\n * Color curve saturationGlobal value\r\n */\r\n saturationGlobal: number;\r\n\r\n /**\r\n * Color curve saturationShadows value\r\n */\r\n saturationShadows: number;\r\n\r\n /**\r\n * Color curve saturationMidtones value\r\n */\r\n saturationMidtones: number;\r\n\r\n /**\r\n * Color curve saturationHighlights value\r\n */\r\n saturationHighlights: number;\r\n\r\n /**\r\n * Color curve exposureGlobal value\r\n */\r\n exposureGlobal: number;\r\n\r\n /**\r\n * Color curve exposureShadows value\r\n */\r\n exposureShadows: number;\r\n\r\n /**\r\n * Color curve exposureMidtones value\r\n */\r\n exposureMidtones: number;\r\n\r\n /**\r\n * Color curve exposureHighlights value\r\n */\r\n exposureHighlights: number;\r\n}\r\n"]}
@@ -1,20 +1,20 @@
1
- import { DepthOfFieldEffectBlurLevel } from "@babylonjs/core/PostProcesses/depthOfFieldEffect";
2
- export interface IDefaultRenderingPipelineConfiguration {
3
- sharpenEnabled?: boolean;
4
- bloomEnabled?: boolean;
5
- bloomThreshold?: number;
6
- depthOfFieldEnabled?: boolean;
7
- depthOfFieldBlurLevel?: DepthOfFieldEffectBlurLevel;
8
- fxaaEnabled?: boolean;
9
- imageProcessingEnabled?: boolean;
10
- defaultPipelineTextureType?: number;
11
- bloomScale?: number;
12
- chromaticAberrationEnabled?: boolean;
13
- grainEnabled?: boolean;
14
- bloomKernel?: number;
15
- hardwareScaleLevel?: number;
16
- bloomWeight?: number;
17
- hdr?: boolean;
18
- samples?: number;
19
- glowLayerEnabled?: boolean;
20
- }
1
+ import type { DepthOfFieldEffectBlurLevel } from "@babylonjs/core/PostProcesses/depthOfFieldEffect.js";
2
+ export interface IDefaultRenderingPipelineConfiguration {
3
+ sharpenEnabled?: boolean;
4
+ bloomEnabled?: boolean;
5
+ bloomThreshold?: number;
6
+ depthOfFieldEnabled?: boolean;
7
+ depthOfFieldBlurLevel?: DepthOfFieldEffectBlurLevel;
8
+ fxaaEnabled?: boolean;
9
+ imageProcessingEnabled?: boolean;
10
+ defaultPipelineTextureType?: number;
11
+ bloomScale?: number;
12
+ chromaticAberrationEnabled?: boolean;
13
+ grainEnabled?: boolean;
14
+ bloomKernel?: number;
15
+ hardwareScaleLevel?: number;
16
+ bloomWeight?: number;
17
+ hdr?: boolean;
18
+ samples?: number;
19
+ glowLayerEnabled?: boolean;
20
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=defaultRenderingPipelineConfiguration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"defaultRenderingPipelineConfiguration.js","sourceRoot":"","sources":["../../../../../sourceES6/viewer/src/configuration/interfaces/defaultRenderingPipelineConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["import { DepthOfFieldEffectBlurLevel } from \"@babylonjs/core/PostProcesses/depthOfFieldEffect\";\r\n\r\nexport interface IDefaultRenderingPipelineConfiguration {\r\n sharpenEnabled?: boolean;\r\n bloomEnabled?: boolean;\r\n bloomThreshold?: number;\r\n depthOfFieldEnabled?: boolean;\r\n depthOfFieldBlurLevel?: DepthOfFieldEffectBlurLevel;\r\n fxaaEnabled?: boolean;\r\n imageProcessingEnabled?: boolean;\r\n defaultPipelineTextureType?: number;\r\n bloomScale?: number;\r\n chromaticAberrationEnabled?: boolean;\r\n grainEnabled?: boolean;\r\n bloomKernel?: number;\r\n hardwareScaleLevel?: number;\r\n bloomWeight?: number;\r\n hdr?: boolean;\r\n samples?: number;\r\n glowLayerEnabled?: boolean;\r\n}"]}
1
+ {"version":3,"file":"defaultRenderingPipelineConfiguration.js","sourceRoot":"","sources":["../../../../../../tools/viewer/src/configuration/interfaces/defaultRenderingPipelineConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["import type { DepthOfFieldEffectBlurLevel } from \"core/PostProcesses/depthOfFieldEffect\";\r\n\r\nexport interface IDefaultRenderingPipelineConfiguration {\r\n sharpenEnabled?: boolean;\r\n bloomEnabled?: boolean;\r\n bloomThreshold?: number;\r\n depthOfFieldEnabled?: boolean;\r\n depthOfFieldBlurLevel?: DepthOfFieldEffectBlurLevel;\r\n fxaaEnabled?: boolean;\r\n imageProcessingEnabled?: boolean;\r\n defaultPipelineTextureType?: number;\r\n bloomScale?: number;\r\n chromaticAberrationEnabled?: boolean;\r\n grainEnabled?: boolean;\r\n bloomKernel?: number;\r\n hardwareScaleLevel?: number;\r\n bloomWeight?: number;\r\n hdr?: boolean;\r\n samples?: number;\r\n glowLayerEnabled?: boolean;\r\n}\r\n"]}
@@ -1,22 +1,22 @@
1
- export interface IEnvironmentMapConfiguration {
2
- /**
3
- * Environment map texture path in relative to the asset folder.
4
- */
5
- texture: string;
6
- /**
7
- * Default rotation to apply to the environment map.
8
- */
9
- rotationY: number;
10
- /**
11
- * Tint level of the main color on the environment map.
12
- */
13
- tintLevel: number;
14
- /**
15
- * The environment's main color.
16
- */
17
- mainColor?: {
18
- r?: number;
19
- g?: number;
20
- b?: number;
21
- };
22
- }
1
+ export interface IEnvironmentMapConfiguration {
2
+ /**
3
+ * Environment map texture path in relative to the asset folder.
4
+ */
5
+ texture: string;
6
+ /**
7
+ * Default rotation to apply to the environment map.
8
+ */
9
+ rotationY: number;
10
+ /**
11
+ * Tint level of the main color on the environment map.
12
+ */
13
+ tintLevel: number;
14
+ /**
15
+ * The environment's main color.
16
+ */
17
+ mainColor?: {
18
+ r?: number;
19
+ g?: number;
20
+ b?: number;
21
+ };
22
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=environmentMapConfiguration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"environmentMapConfiguration.js","sourceRoot":"","sources":["../../../../../sourceES6/viewer/src/configuration/interfaces/environmentMapConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["export interface IEnvironmentMapConfiguration {\r\n /**\r\n * Environment map texture path in relative to the asset folder.\r\n */\r\n texture: string;\r\n\r\n /**\r\n * Default rotation to apply to the environment map.\r\n */\r\n rotationY: number;\r\n\r\n /**\r\n * Tint level of the main color on the environment map.\r\n */\r\n tintLevel: number;\r\n\r\n /**\r\n * The environment's main color.\r\n */\r\n mainColor?: { r?: number, g?: number, b?: number };\r\n}"]}
1
+ {"version":3,"file":"environmentMapConfiguration.js","sourceRoot":"","sources":["../../../../../../tools/viewer/src/configuration/interfaces/environmentMapConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["export interface IEnvironmentMapConfiguration {\r\n /**\r\n * Environment map texture path in relative to the asset folder.\r\n */\r\n texture: string;\r\n\r\n /**\r\n * Default rotation to apply to the environment map.\r\n */\r\n rotationY: number;\r\n\r\n /**\r\n * Tint level of the main color on the environment map.\r\n */\r\n tintLevel: number;\r\n\r\n /**\r\n * The environment's main color.\r\n */\r\n mainColor?: { r?: number; g?: number; b?: number };\r\n}\r\n"]}
@@ -1,24 +1,24 @@
1
- export interface IGroundConfiguration {
2
- size?: number;
3
- receiveShadows?: boolean;
4
- shadowLevel?: number;
5
- /** @deprecated */ shadowOnly?: boolean;
6
- mirror?: boolean | {
7
- sizeRatio?: number;
8
- blurKernel?: number;
9
- amount?: number;
10
- fresnelWeight?: number;
11
- fallOffDistance?: number;
12
- textureType?: number;
13
- };
14
- texture?: string;
15
- color?: {
16
- r: number;
17
- g: number;
18
- b: number;
19
- };
20
- opacity?: number;
21
- material?: {
22
- [propName: string]: any;
23
- };
24
- }
1
+ export interface IGroundConfiguration {
2
+ size?: number;
3
+ receiveShadows?: boolean;
4
+ shadowLevel?: number;
5
+ /** @deprecated */ shadowOnly?: boolean;
6
+ mirror?: boolean | {
7
+ sizeRatio?: number;
8
+ blurKernel?: number;
9
+ amount?: number;
10
+ fresnelWeight?: number;
11
+ fallOffDistance?: number;
12
+ textureType?: number;
13
+ };
14
+ texture?: string;
15
+ color?: {
16
+ r: number;
17
+ g: number;
18
+ b: number;
19
+ };
20
+ opacity?: number;
21
+ material?: {
22
+ [propName: string]: any;
23
+ };
24
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=groundConfiguration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"groundConfiguration.js","sourceRoot":"","sources":["../../../../../sourceES6/viewer/src/configuration/interfaces/groundConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["export interface IGroundConfiguration {\r\n size?: number;\r\n receiveShadows?: boolean;\r\n shadowLevel?: number;\r\n /** @deprecated */ shadowOnly?: boolean;\r\n mirror?: boolean | {\r\n sizeRatio?: number;\r\n blurKernel?: number;\r\n amount?: number;\r\n fresnelWeight?: number;\r\n fallOffDistance?: number;\r\n textureType?: number;\r\n };\r\n texture?: string;\r\n color?: { r: number, g: number, b: number };\r\n opacity?: number;\r\n material?: {\r\n [propName: string]: any;\r\n };\r\n}"]}
1
+ {"version":3,"file":"groundConfiguration.js","sourceRoot":"","sources":["../../../../../../tools/viewer/src/configuration/interfaces/groundConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["export interface IGroundConfiguration {\r\n size?: number;\r\n receiveShadows?: boolean;\r\n shadowLevel?: number;\r\n /** @deprecated */ shadowOnly?: boolean;\r\n mirror?:\r\n | boolean\r\n | {\r\n sizeRatio?: number;\r\n blurKernel?: number;\r\n amount?: number;\r\n fresnelWeight?: number;\r\n fallOffDistance?: number;\r\n textureType?: number;\r\n };\r\n texture?: string;\r\n color?: { r: number; g: number; b: number };\r\n opacity?: number;\r\n material?: {\r\n [propName: string]: any;\r\n };\r\n}\r\n"]}
@@ -1,43 +1,43 @@
1
- export interface IImageProcessingConfiguration {
2
- colorGradingEnabled?: boolean;
3
- colorCurvesEnabled?: boolean;
4
- colorCurves?: {
5
- globalHue?: number;
6
- globalDensity?: number;
7
- globalSaturation?: number;
8
- globalExposure?: number;
9
- highlightsHue?: number;
10
- highlightsDensity?: number;
11
- highlightsSaturation?: number;
12
- highlightsExposure?: number;
13
- midtonesHue?: number;
14
- midtonesDensity?: number;
15
- midtonesSaturation?: number;
16
- midtonesExposure?: number;
17
- shadowsHue?: number;
18
- shadowsDensity?: number;
19
- shadowsSaturation?: number;
20
- shadowsExposure?: number;
21
- };
22
- colorGradingWithGreenDepth?: boolean;
23
- colorGradingBGR?: boolean;
24
- exposure?: number;
25
- toneMappingEnabled?: boolean;
26
- contrast?: number;
27
- vignetteEnabled?: boolean;
28
- vignetteStretch?: number;
29
- vignetteCentreX?: number;
30
- vignetteCentreY?: number;
31
- vignetteWeight?: number;
32
- vignetteColor?: {
33
- r: number;
34
- g: number;
35
- b: number;
36
- a?: number;
37
- };
38
- vignetteCameraFov?: number;
39
- vignetteBlendMode?: number;
40
- vignetteM?: boolean;
41
- applyByPostProcess?: boolean;
42
- isEnabled?: boolean;
43
- }
1
+ export interface IImageProcessingConfiguration {
2
+ colorGradingEnabled?: boolean;
3
+ colorCurvesEnabled?: boolean;
4
+ colorCurves?: {
5
+ globalHue?: number;
6
+ globalDensity?: number;
7
+ globalSaturation?: number;
8
+ globalExposure?: number;
9
+ highlightsHue?: number;
10
+ highlightsDensity?: number;
11
+ highlightsSaturation?: number;
12
+ highlightsExposure?: number;
13
+ midtonesHue?: number;
14
+ midtonesDensity?: number;
15
+ midtonesSaturation?: number;
16
+ midtonesExposure?: number;
17
+ shadowsHue?: number;
18
+ shadowsDensity?: number;
19
+ shadowsSaturation?: number;
20
+ shadowsExposure?: number;
21
+ };
22
+ colorGradingWithGreenDepth?: boolean;
23
+ colorGradingBGR?: boolean;
24
+ exposure?: number;
25
+ toneMappingEnabled?: boolean;
26
+ contrast?: number;
27
+ vignetteEnabled?: boolean;
28
+ vignetteStretch?: number;
29
+ vignetteCentreX?: number;
30
+ vignetteCentreY?: number;
31
+ vignetteWeight?: number;
32
+ vignetteColor?: {
33
+ r: number;
34
+ g: number;
35
+ b: number;
36
+ a?: number;
37
+ };
38
+ vignetteCameraFov?: number;
39
+ vignetteBlendMode?: number;
40
+ vignetteM?: boolean;
41
+ applyByPostProcess?: boolean;
42
+ isEnabled?: boolean;
43
+ }
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=imageProcessingConfiguration.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"imageProcessingConfiguration.js","sourceRoot":"","sources":["../../../../../sourceES6/viewer/src/configuration/interfaces/imageProcessingConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["export interface IImageProcessingConfiguration {\r\n colorGradingEnabled?: boolean;\r\n colorCurvesEnabled?: boolean;\r\n colorCurves?: {\r\n globalHue?: number;\r\n globalDensity?: number;\r\n globalSaturation?: number;\r\n globalExposure?: number;\r\n highlightsHue?: number;\r\n highlightsDensity?: number;\r\n highlightsSaturation?: number;\r\n highlightsExposure?: number;\r\n midtonesHue?: number;\r\n midtonesDensity?: number;\r\n midtonesSaturation?: number;\r\n midtonesExposure?: number;\r\n shadowsHue?: number;\r\n shadowsDensity?: number;\r\n shadowsSaturation?: number;\r\n shadowsExposure?: number;\r\n };\r\n colorGradingWithGreenDepth?: boolean;\r\n colorGradingBGR?: boolean;\r\n exposure?: number;\r\n toneMappingEnabled?: boolean;\r\n contrast?: number;\r\n vignetteEnabled?: boolean;\r\n vignetteStretch?: number;\r\n vignetteCentreX?: number;\r\n vignetteCentreY?: number;\r\n vignetteWeight?: number;\r\n vignetteColor?: { r: number, g: number, b: number, a?: number };\r\n vignetteCameraFov?: number;\r\n vignetteBlendMode?: number;\r\n vignetteM?: boolean;\r\n applyByPostProcess?: boolean;\r\n isEnabled?: boolean;\r\n}"]}
1
+ {"version":3,"file":"imageProcessingConfiguration.js","sourceRoot":"","sources":["../../../../../../tools/viewer/src/configuration/interfaces/imageProcessingConfiguration.ts"],"names":[],"mappings":"","sourcesContent":["export interface IImageProcessingConfiguration {\r\n colorGradingEnabled?: boolean;\r\n colorCurvesEnabled?: boolean;\r\n colorCurves?: {\r\n globalHue?: number;\r\n globalDensity?: number;\r\n globalSaturation?: number;\r\n globalExposure?: number;\r\n highlightsHue?: number;\r\n highlightsDensity?: number;\r\n highlightsSaturation?: number;\r\n highlightsExposure?: number;\r\n midtonesHue?: number;\r\n midtonesDensity?: number;\r\n midtonesSaturation?: number;\r\n midtonesExposure?: number;\r\n shadowsHue?: number;\r\n shadowsDensity?: number;\r\n shadowsSaturation?: number;\r\n shadowsExposure?: number;\r\n };\r\n colorGradingWithGreenDepth?: boolean;\r\n colorGradingBGR?: boolean;\r\n exposure?: number;\r\n toneMappingEnabled?: boolean;\r\n contrast?: number;\r\n vignetteEnabled?: boolean;\r\n vignetteStretch?: number;\r\n vignetteCentreX?: number;\r\n vignetteCentreY?: number;\r\n vignetteWeight?: number;\r\n vignetteColor?: { r: number; g: number; b: number; a?: number };\r\n vignetteCameraFov?: number;\r\n vignetteBlendMode?: number;\r\n vignetteM?: boolean;\r\n applyByPostProcess?: boolean;\r\n isEnabled?: boolean;\r\n}\r\n"]}
@@ -1,15 +1,15 @@
1
- export * from './cameraConfiguration';
2
- export * from './colorGradingConfiguration';
3
- export * from './defaultRenderingPipelineConfiguration';
4
- export * from './groundConfiguration';
5
- export * from './imageProcessingConfiguration';
6
- export * from './lightConfiguration';
7
- export * from './modelAnimationConfiguration';
8
- export * from './modelConfiguration';
9
- export * from './observersConfiguration';
10
- export * from './sceneConfiguration';
11
- export * from './sceneOptimizerConfiguration';
12
- export * from './skyboxConfiguration';
13
- export * from './templateConfiguration';
14
- export * from './vrConfiguration';
15
- export * from './environmentMapConfiguration';
1
+ export * from "./cameraConfiguration";
2
+ export * from "./colorGradingConfiguration";
3
+ export * from "./defaultRenderingPipelineConfiguration";
4
+ export * from "./groundConfiguration";
5
+ export * from "./imageProcessingConfiguration";
6
+ export * from "./lightConfiguration";
7
+ export * from "./modelAnimationConfiguration";
8
+ export * from "./modelConfiguration";
9
+ export * from "./observersConfiguration";
10
+ export * from "./sceneConfiguration";
11
+ export * from "./sceneOptimizerConfiguration";
12
+ export * from "./skyboxConfiguration";
13
+ export * from "./templateConfiguration";
14
+ export * from "./vrConfiguration";
15
+ export * from "./environmentMapConfiguration";
@@ -1,16 +1,16 @@
1
- export * from './cameraConfiguration.js';
2
- export * from './colorGradingConfiguration.js';
3
- export * from './defaultRenderingPipelineConfiguration.js';
4
- export * from './groundConfiguration.js';
5
- export * from './imageProcessingConfiguration.js';
6
- export * from './lightConfiguration.js';
7
- export * from './modelAnimationConfiguration.js';
8
- export * from './modelConfiguration.js';
9
- export * from './observersConfiguration.js';
10
- export * from './sceneConfiguration.js';
11
- export * from './sceneOptimizerConfiguration.js';
12
- export * from './skyboxConfiguration.js';
13
- export * from './templateConfiguration.js';
14
- export * from './vrConfiguration.js';
15
- export * from './environmentMapConfiguration.js';
1
+ export * from "./cameraConfiguration.js";
2
+ export * from "./colorGradingConfiguration.js";
3
+ export * from "./defaultRenderingPipelineConfiguration.js";
4
+ export * from "./groundConfiguration.js";
5
+ export * from "./imageProcessingConfiguration.js";
6
+ export * from "./lightConfiguration.js";
7
+ export * from "./modelAnimationConfiguration.js";
8
+ export * from "./modelConfiguration.js";
9
+ export * from "./observersConfiguration.js";
10
+ export * from "./sceneConfiguration.js";
11
+ export * from "./sceneOptimizerConfiguration.js";
12
+ export * from "./skyboxConfiguration.js";
13
+ export * from "./templateConfiguration.js";
14
+ export * from "./vrConfiguration.js";
15
+ export * from "./environmentMapConfiguration.js";
16
16
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../sourceES6/viewer/src/configuration/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yCAAyC,CAAC;AACxD,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC","sourcesContent":["export * from './cameraConfiguration';\r\nexport * from './colorGradingConfiguration';\r\nexport * from './defaultRenderingPipelineConfiguration';\r\nexport * from './groundConfiguration';\r\nexport * from './imageProcessingConfiguration';\r\nexport * from './lightConfiguration';\r\nexport * from './modelAnimationConfiguration';\r\nexport * from './modelConfiguration';\r\nexport * from './observersConfiguration';\r\nexport * from './sceneConfiguration';\r\nexport * from './sceneOptimizerConfiguration';\r\nexport * from './skyboxConfiguration';\r\nexport * from './templateConfiguration';\r\nexport * from './vrConfiguration';\r\nexport * from './environmentMapConfiguration';"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../tools/viewer/src/configuration/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yCAAyC,CAAC;AACxD,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,+BAA+B,CAAC","sourcesContent":["export * from \"./cameraConfiguration\";\r\nexport * from \"./colorGradingConfiguration\";\r\nexport * from \"./defaultRenderingPipelineConfiguration\";\r\nexport * from \"./groundConfiguration\";\r\nexport * from \"./imageProcessingConfiguration\";\r\nexport * from \"./lightConfiguration\";\r\nexport * from \"./modelAnimationConfiguration\";\r\nexport * from \"./modelConfiguration\";\r\nexport * from \"./observersConfiguration\";\r\nexport * from \"./sceneConfiguration\";\r\nexport * from \"./sceneOptimizerConfiguration\";\r\nexport * from \"./skyboxConfiguration\";\r\nexport * from \"./templateConfiguration\";\r\nexport * from \"./vrConfiguration\";\r\nexport * from \"./environmentMapConfiguration\";\r\n"]}