Skip to content

Instantly share code, notes, and snippets.

@glockjt
glockjt / index.html
Created March 2, 2017 00:51
Three.js App Three.js testing // source http://jsbin.com/wuyimum
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Three.js testing">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Three.js App</title>
<style>
body { margin: 0; }
canvas { width: 100%; height: 100%; }