Skip to content

Commit

Permalink
Docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Sep 25, 2024
1 parent d228dbe commit a691956
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/viser/_scene_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ def add_light_hemisphere(
Args:
name: A scene tree name. Names in the format of /parent/child can be used to
define a kinematic tree.
skyColor: The light's sky color.
groundColor: The light's ground color.
sky_color: The light's sky color.
ground_color: The light's ground color.
intensity: Light's strength/intensity.
wxyz: Quaternion rotation to parent frame from local frame (R_pl).
position: Translation to parent frame from local frame (t_pl).
Expand Down Expand Up @@ -399,7 +399,7 @@ def add_light_rectarea(
define a kinematic tree.
color: Color of the light.
intensity: Light's strength/intensity.
width: THe width of the light.
width: The width of the light.
height: The height of the light.
wxyz: Quaternion rotation to parent frame from local frame (R_pl).
position: Translation to parent frame from local frame (t_pl).
Expand Down Expand Up @@ -1215,7 +1215,7 @@ def add_gaussian_splats(
opacities: Opacity for each Gaussian. (N, 1).
wxyz: R_parent_local transformation.
position: t_parent_local transformation.
visibile: Initial visibility of scene node.
visible: Initial visibility of scene node.
Returns:
Scene node handle.
Expand Down

0 comments on commit a691956

Please sign in to comment.