浏览代码

docs: added camera prop to renderer docs

alvarosabu 2 年之前
父节点
当前提交
9247132e0d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/api/renderer.md

+ 1 - 0
docs/api/renderer.md

@@ -83,6 +83,7 @@ renderer.shadowMap.type: PCFSoftShadowMap
 | **clearColor**              | The color the renderer will use to clear the canvas.                                                                                                            | `#000000`          |
 | **windowSize**              | Whether to use the window size as the canvas size or the parent element.                                                                                        | `false`            |
 | **disableRender**           | Disable render on requestAnimationFrame, usefull for PostProcessing                                                                                             | `false`            |
+| **camera**                  | A manual camera to be used by the renderer.                                                                                                                     |                    |
 
 ## Defaults