|
@@ -44,7 +44,7 @@ renderer.setSize( window.innerWidth, window.innerHeight );
|
|
|
renderer.setAnimationLoop( animation );
|
|
renderer.setAnimationLoop( animation );
|
|
|
document.body.appendChild( renderer.domElement );
|
|
document.body.appendChild( renderer.domElement );
|
|
|
|
|
|
|
|
-// animation loop
|
|
|
|
|
|
|
+// animation
|
|
|
|
|
|
|
|
function animation( time ) {
|
|
function animation( time ) {
|
|
|
|
|
|