Skip to content

Commit

Permalink
[THREEJS] - Better to get three js from localhost during the developi…
Browse files Browse the repository at this point in the history
…ng. I run out of api calls.
  • Loading branch information
Duxy1996 committed Jun 30, 2024
1 parent 4409f1d commit 111da8e
Show file tree
Hide file tree
Showing 2 changed files with 987 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="stylesheet" type="text/css" href="style/mystyle.css">
<meta charset="UTF-8" />
<title>Predator</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/105/three.min.js"></script>
<script src="js/3rdParty/three.min.js"></script>
<style>
body { margin: 0; }
canvas { width: 100%; height: 100% }
Expand Down
Loading

0 comments on commit 111da8e

Please sign in to comment.