Skip to content

Instantly share code, notes, and snippets.

@pjbelo
Created August 24, 2020 16:39
Show Gist options
  • Save pjbelo/6026708799ce2db17272798036efa8ee to your computer and use it in GitHub Desktop.
Save pjbelo/6026708799ce2db17272798036efa8ee to your computer and use it in GitHub Desktop.
HTML reading Three.js project
<!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