Skip to content

Commit

Permalink
Pin dat.ui version to 0.134.0
Browse files Browse the repository at this point in the history
since three@0.135.0 dat.gui replace to lil.gui mrdoob/three.js#22765
  • Loading branch information
performonkey committed Dec 3, 2021
1 parent 24d414b commit 016a60e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
2 changes: 1 addition & 1 deletion example/fat-lines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<script src="//unpkg.com/three/examples/js/utils/GeometryUtils.js"></script>
<script src="//unpkg.com/three/examples/js/WebGL.js"></script>
<script src="//unpkg.com/three/examples/js/libs/stats.min.js"></script>
<script src="//unpkg.com/three/examples/js/libs/dat.gui.min.js"></script>
<script src="//unpkg.com/three@0.134.0/examples/js/libs/dat.gui.min.js"></script>

<script src="//unpkg.com/three-fatline"></script>
<!--<script src="../../dist/three-fatline.js"></script>-->
Expand Down

0 comments on commit 016a60e

Please sign in to comment.