1
0
Эх сурвалжийг харах

docs: added camera prop to renderer docs

alvarosabu 2 жил өмнө
parent
commit
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