diff --git a/docs/api/renderer.md b/docs/api/renderer.md index cf148bf18..e0f266731 100644 --- a/docs/api/renderer.md +++ b/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