ソースを参照

Update babylon.depthOfFieldEffect.ts

sebavan 8 年 前
コミット
4d21914cba
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/PostProcess/babylon.depthOfFieldEffect.ts

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

@@ -34,7 +34,7 @@ module BABYLON {
         public _effects: Array<PostProcess> = [];
 
         /**
-         * The focal the length of the camera used in the effect
+         * The focal the length of the camera used in the effect in scene units/1000 (eg. millimeter)
          */
         public set focalLength(value: number){
             this._circleOfConfusion.focalLength = value;
@@ -172,4 +172,4 @@ module BABYLON {
             return true;
         }
     }
-}
+}