Skip to content

Commit

Permalink
Update helplib.tcl
Browse files Browse the repository at this point in the history
adjust note about orientation to note that it sets az/el/twist
  • Loading branch information
joshbaker22 authored Aug 29, 2023
1 parent 71873f8 commit a409904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tclscripts/helplib.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ set helplib_data(vo_lookat) {{"x y z"} {set the look-at point}}
set helplib_data(vo_model2view) {{} {get the model2view matrix}}
set helplib_data(vo_mrot) {{x y z} {rotate view using model x,y,z}}
set helplib_data(vo_observer) {{cmd [args]} {Attach/detach observer to/from list}}
set helplib_data(vo_orient) {{quat} {set the orientation from quaternion}}
set helplib_data(vo_orient) {{quat} {set the azimuth, elevation and twist using a quaternion}}
set helplib_data(vo_perspective) {{[angle]} {set/get the perspective angle}}
set helplib_data(vo_pmat) {{[mat]} {set/get the perspective matrix}}
set helplib_data(vo_pmodel2view) {{} {get the pmodel2view matrix}}
Expand Down

0 comments on commit a409904

Please sign in to comment.