Advertisement
yskang

threejs-get-started-1

Apr 15th, 2020
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!-- For developing -->
  2. <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/103/three.js"></script>
  3.  
  4. <!-- For production -->
  5. <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/103/three.min.js"></script> -->
  6.  
  7.  
  8. <script src="js/index.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement