From 79929870f254d765a7d401aa5d9c384996f22d90 Mon Sep 17 00:00:00 2001 From: Igor Tatarnikov Date: Tue, 20 Aug 2024 14:31:32 +0100 Subject: [PATCH] Changed camera parameters from camel case to snake case to match API --- docs/source/documentation/brainrender/usage/scene.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/documentation/brainrender/usage/scene.md b/docs/source/documentation/brainrender/usage/scene.md index 132031c1..9fecac2a 100644 --- a/docs/source/documentation/brainrender/usage/scene.md +++ b/docs/source/documentation/brainrender/usage/scene.md @@ -64,10 +64,10 @@ The **parameters** used to specify a camera include: * `pos`: a set of 3D coordinate specifying the position of the camera * `viewup`: a 3d vector indicating the direction of "up" in your scene \(should always be `0, -1, 0`\). -* `clippingRange`: a set of a short and long distance, anything outside this range will not be rendered +* `clipping_range`: a set of a short and long distance, anything outside this range will not be rendered Additional parameters (not generally needed): -* `focalPoint` specifies the 'focal point' of the camera +* `focal_point` specifies the 'focal point' of the camera * `distance` the camera's distance.