Skip to content

Instantly share code, notes, and snippets.

@Lorti
Last active November 16, 2016 11:53
Show Gist options
  • Save Lorti/5257859 to your computer and use it in GitHub Desktop.
Save Lorti/5257859 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>WebGL 3D model viewer using three.js</title>
<script src="viewer/three.js"></script>
<script src="viewer/TrackballControls.js"></script>
<script src="viewer/OBJLoader.js"></script>
<script src="viewer/Detector.js"></script>
</head>
<body>
<script>
// This is where our model viewer code goes.
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment