Skip to content

Commit

Permalink
Camera: tweak the toString() method
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 9, 2023
1 parent bf55ef2 commit ab0a905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ public float zNear() {
@Override
public String toString() {
String result = String.format("loc[%g %g %g] az=%.2f upAng=%.2f"
+ " fovy=%.2f near=%.2f far=%g%nlook[%.2f %.2f %.2f]"
+ " fovy=%.2f near=%.2f far=%g%n look[%.2f %.2f %.2f]"
+ " up[%.2f %.2f %.2f] right[%.2f %.2f %.2f]",
eyeLocation.x(), eyeLocation.y(), eyeLocation.z(),
azimuthRadians, upAngleRadians, fovy, zNear, zFar,
Expand Down

0 comments on commit ab0a905

Please sign in to comment.