Skip to content

Commit 051879c

Browse files
committed
minor comment
1 parent 7b2bbd1 commit 051879c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/polyscope/view.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ void setProjectionMode(ProjectionMode newMode);
9090
glm::mat4 getCameraPerspectiveMatrix();
9191
glm::vec3 getCameraWorldPosition();
9292
void getCameraFrame(glm::vec3& lookDir, glm::vec3& upDir, glm::vec3& rightDir);
93-
glm::vec3 getUpVec();
94-
glm::vec3 getFrontVec();
93+
glm::vec3 getUpVec(); // vector giving the "up" direction for the scene (unrelated to current camera view)
94+
glm::vec3 getFrontVec(); // vector giving the "front" direction for the scene (unrelated to current camera view)
9595
float getVerticalFieldOfViewDegrees();
9696
float getAspectRatioWidthOverHeight();
9797

0 commit comments

Comments
 (0)