浏览代码

Merge branch 'master' of https://github.com/BabylonJS/Babylon.js

David Catuhe 7 年之前
父节点
当前提交
23220ec6f7
共有 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> = [];
         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){
         public set focalLength(value: number){
             this._circleOfConfusion.focalLength = value;
             this._circleOfConfusion.focalLength = value;
@@ -172,4 +172,4 @@ module BABYLON {
             return true;
             return true;
         }
         }
     }
     }
-}
+}