Browse Source

update default chromatic aberration to modify the image to match behavior of other effects

Trevor Baron 7 năm trước cách đây
mục cha
commit
b622dea981
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/PostProcess/babylon.chromaticAberrationPostProcess.ts

+ 2 - 2
src/PostProcess/babylon.chromaticAberrationPostProcess.ts

@@ -4,9 +4,9 @@ module BABYLON {
      */
     export class ChromaticAberrationPostProcess extends PostProcess {
         /**
-         * The amount of seperation of rgb channels (default: 0)
+         * The amount of seperation of rgb channels (default: 30)
          */
-        aberrationAmount = 0;
+        aberrationAmount = 30;
 
         /**
          * The amount the effect will increase for pixels closer to the edge of the screen. (default: 0)