浏览代码

Add missing docs

Popov72 5 年之前
父节点
当前提交
7ad78800dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Misc/depthReducer.ts

+ 1 - 1
src/Misc/depthReducer.ts

@@ -33,7 +33,7 @@ export class DepthReducer extends MinMaxReducer {
     }
 
     /**
-     *
+     * Sets the depth renderer to use to generate the depth map
      * @param depthRenderer The depth renderer to use. If not provided, a new one will be created automatically
      * @param type The texture type of the depth map (default: TEXTURETYPE_HALF_FLOAT)
      * @param forceFullscreenViewport Forces the post processes used for the reduction to be applied without taking into account viewport (defaults to true)