Skip to content

Instantly share code, notes, and snippets.

@RxET
Last active March 19, 2018 06:46
Show Gist options
  • Save RxET/0bfff11751bf3b7c5a9952611d01b32e to your computer and use it in GitHub Desktop.
Save RxET/0bfff11751bf3b7c5a9952611d01b32e to your computer and use it in GitHub Desktop.
Three.JS or There’s a hypercube in my timeline and I can’t get out
<html>
<head>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/three.js/91/three.js"></script>
<script type="text/javascript" src="yourThreeFile.js"></script>
</head>
<body>
<div id="threeContainer"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment