@yschindel/ara3d-webgl 1.3.7 → 1.3.9

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.
@@ -147,6 +147,10 @@ export type Settings = {
147
147
  * Tone mapping exposure value
148
148
  */
149
149
  toneMappingExposure: number;
150
+ /**
151
+ * Output color space for the renderer
152
+ */
153
+ outputColorSpace: THREE.ColorSpace;
150
154
  };
151
155
  };
152
156
  export type PartialSettings = RecursivePartial<Settings>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yschindel/ara3d-webgl",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "A 3D viewer designed for large architectural (BIM) models built on top of Three.JS.",
5
5
  "files": [
6
6
  "dist"