Skip to content

Commit

Permalink
revert to threejs r108
Browse files Browse the repository at this point in the history
  • Loading branch information
framefactory committed Dec 17, 2019
1 parent 2238007 commit 33e5a20
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion libs/ff-three
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"quill": "^1.3.7",
"quill-image-resize-module": "^3.0.0",
"resolve-pathname": "^3.0.0",
"three": "^0.110.0",
"three": "^0.108.0",
"three-bmfont-text": "^2.3.0",
"webdav": "^2.10.0",
"webdav-server": "^2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions source/client/explorer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
<script src="/libs/three.js"></script>
{{else}}
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/110/three.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/108/three.js"></script>
{{/if}}
{{else}}
{{#if htmlWebpackPlugin.options.isOffline}}
<script src="/libs/pep.min.js"></script>
<script src="/libs/three.min.js"></script>
{{else}}
<script src="https://code.jquery.com/pep/0.4.3/pep.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/110/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/108/three.min.js"></script>
{{/if}}
{{/if}}

Expand Down
4 changes: 2 additions & 2 deletions source/client/story.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script src="/libs/quill.js"></script>
{{else}}
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/110/three.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/108/three.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/quill/1.3.7/quill.snow.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/quill/1.3.7/quill.js"></script>
{{/if}}
Expand All @@ -33,7 +33,7 @@
<script src="/libs/quill.min.js"></script>
{{else}}
<script src="https://code.jquery.com/pep/0.4.3/pep.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/110/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/108/three.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/quill/1.3.7/quill.snow.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/quill/1.3.7/quill.min.js"></script>
{{/if}}
Expand Down

0 comments on commit 33e5a20

Please sign in to comment.