Created
August 24, 2020 16:39
-
-
Save pjbelo/6026708799ce2db17272798036efa8ee to your computer and use it in GitHub Desktop.
HTML reading Three.js project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>my3DProject</title> | |
</head> | |
<body> | |
</body> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/110/three.min.js"> | |
</script> | |
<script type="text/javascript" src="./my3DProject.js"></script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment