|
@@ -27,7 +27,7 @@
|
|
<style>canvas { width: 100%; height: 100% }</style>
|
|
<style>canvas { width: 100%; height: 100% }</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
- <script src="https://raw.github.com/mrdoob/three.js/master/build/three.js"></script>
|
|
|
|
|
|
+ <script src="https://rawgithub.com/mrdoob/three.js/master/build/three.js"></script>
|
|
<script>
|
|
<script>
|
|
// Our Javascript will go here.
|
|
// Our Javascript will go here.
|
|
</script>
|
|
</script>
|
|
@@ -121,7 +121,7 @@
|
|
<style>canvas { width: 100%; height: 100% }</style>
|
|
<style>canvas { width: 100%; height: 100% }</style>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
- <script src="https://raw.github.com/mrdoob/three.js/master/build/three.js"></script>
|
|
|
|
|
|
+ <script src="https://rawgithub.com/mrdoob/three.js/master/build/three.js"></script>
|
|
<script>
|
|
<script>
|
|
var scene = new THREE.Scene();
|
|
var scene = new THREE.Scene();
|
|
var camera = new THREE.PerspectiveCamera(75, window.innerWidth/window.innerHeight, 0.1, 1000);
|
|
var camera = new THREE.PerspectiveCamera(75, window.innerWidth/window.innerHeight, 0.1, 1000);
|