@mml-io/3d-web-client-core 0.21.6 → 0.22.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.
@@ -18,6 +18,7 @@ export declare class KeyInputManager {
18
18
  private onKeyUp;
19
19
  isKeyPressed(key: string): boolean;
20
20
  createKeyBinding(key: Key, callback: () => void): void;
21
+ removeKeyBinding(key: Key): void;
21
22
  isMovementKeyPressed(): boolean;
22
23
  private getForward;
23
24
  private getBackward;
@@ -96,6 +96,7 @@ export declare class Composer {
96
96
  private updateSunValues;
97
97
  private updateFogValues;
98
98
  private updateSkyboxAndEnvValues;
99
+ private updateBloomValues;
99
100
  private updateAmbientLightValues;
100
101
  private applyEnvMap;
101
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mml-io/3d-web-client-core",
3
- "version": "0.21.6",
3
+ "version": "0.22.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -18,7 +18,7 @@
18
18
  "lint-fix": "eslint \"./{src,test}/**/*.{js,jsx,ts,tsx}\" --fix"
19
19
  },
20
20
  "dependencies": {
21
- "@mml-io/3d-web-avatar": "^0.21.6",
21
+ "@mml-io/3d-web-avatar": "^0.22.0",
22
22
  "@mml-io/mml-web": "0.19.7",
23
23
  "@mml-io/mml-web-threejs": "0.19.7",
24
24
  "@mml-io/model-loader": "0.19.7",
@@ -35,5 +35,5 @@
35
35
  "devDependencies": {
36
36
  "@types/three": "0.163.0"
37
37
  },
38
- "gitHead": "8cb6e06bd37f86bfce43950e887c3a9fa752dc71"
38
+ "gitHead": "c389fca2be51c09efd43b04d3b840712ef605c84"
39
39
  }