@mml-io/3d-web-client-core 0.7.0 → 0.8.0

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.
@@ -7,6 +7,7 @@ export declare class Composer {
7
7
  resolution: Vector2;
8
8
  private isEnvHDRI;
9
9
  private readonly scene;
10
+ postPostScene: Scene;
10
11
  private readonly camera;
11
12
  readonly renderer: WebGLRenderer;
12
13
  private readonly composer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mml-io/3d-web-client-core",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,5 +32,5 @@
32
32
  "devDependencies": {
33
33
  "@types/three": "0.153.0"
34
34
  },
35
- "gitHead": "e298772ca5da974f3ef800c05d0e4dff0f52677b"
35
+ "gitHead": "aaef76d92c5282a92c7305e1697dde1b9e07fe00"
36
36
  }