Skip to content

Commit

Permalink
Changed camera parameters from camel case to snake case to match API
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Aug 20, 2024
1 parent 398d1c3 commit 7992987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/documentation/brainrender/usage/scene.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7992987

Please sign in to comment.