Skip to content

Commit

Permalink
Revert to latest Three.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmasson committed Aug 20, 2023
1 parent ab9cdd4 commit 919a84b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/mathcell.js
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,7 @@ function threejsTemplate( config, texts, points, lines, surfaces ) {
<body>
<script src="https://cdn.jsdelivr.net/gh/paulmasson/threejs-with-controls@r155/build/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/paulmasson/threejs-with-controls@latest/build/three.min.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion src/render/threejs-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function threejsTemplate( config, texts, points, lines, surfaces ) {
<body>
<script src="https://cdn.jsdelivr.net/gh/paulmasson/threejs-with-controls@r155/build/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/paulmasson/threejs-with-controls@latest/build/three.min.js"></script>
<script>
Expand Down

0 comments on commit 919a84b

Please sign in to comment.