浏览代码

Update WebGLRenderer.html

Garrett Johnson 5 年之前
父节点
当前提交
77d56479e3
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/api/en/renderers/WebGLRenderer.html

+ 2 - 1
docs/api/en/renderers/WebGLRenderer.html

@@ -65,7 +65,8 @@
 		Default is *true*.<br />
 
 		[page:Boolean logarithmicDepthBuffer] -  whether to use a logarithmic depth buffer. It may
-		be neccesary to use this if dealing with huge differences in scale in a single scene.
+		be neccesary to use this if dealing with huge differences in scale in a single scene. Note that this setting
+		uses gl_FragDepth if available which disables certain rendering optimizations.
 		Default is *false*. See the [example:webgl_camera_logarithmicdepthbuffer camera / logarithmicdepthbuffer] example.
 		</p>