Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Edit the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Dec 5, 2022
1 parent 067b88b commit 0c45076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/ext_data/threejs/threejs_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@
camera.position.set( a[0]*xMid, a[1]*yMid, a[2]*zMid );

// camera is positioned so that the line from the camera to the center
// of the bounding sphere of the objects makes 60 degree angle with x-axis,
// 30 degree angle with z-axis and the field of view of the camera looking
// at the center has 45 degree angle.
// of the bounding sphere of the objects makes an angle of 60 degrees with x-axis
// and an angle of 30 degrees with z-axis and the field of view of the camera looking
// at the center has an angle of 45 degrees.
const sin8 = Math.sin(Math.PI / 8);
const sin5 = Math.sin(Math.PI / 5);
const cos5 = Math.cos(Math.PI / 5);
Expand Down

0 comments on commit 0c45076

Please sign in to comment.