ソースを参照

fix tp flicker

Trevor Baron 7 年 前
コミット
6e54b4d43e
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/Cameras/VR/babylon.vrExperienceHelper.ts

+ 2 - 2
src/Cameras/VR/babylon.vrExperienceHelper.ts

@@ -1113,8 +1113,8 @@ module BABYLON {
             animationPP2.setKeys(vignetteStretchKeys);
             this._postProcessMove.animations.push(animationPP2);
 
-            this._postProcessMove.imageProcessingConfiguration.vignetteWeight = 8;
-            this._postProcessMove.imageProcessingConfiguration.vignetteStretch = 10;
+            this._postProcessMove.imageProcessingConfiguration.vignetteWeight = 0;
+            this._postProcessMove.imageProcessingConfiguration.vignetteStretch = 0;
 
             this._webVRCamera.attachPostProcess(this._postProcessMove)
             this._scene.beginAnimation(this._postProcessMove, 0, 11, false, 1, () => {