Explorar el Código

Fixed broken example.

Mr.doob hace 8 años
padre
commit
0391599dea
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      examples/webgl_effects_peppersghost.html

+ 0 - 2
examples/webgl_effects_peppersghost.html

@@ -125,8 +125,6 @@
 
 		function render() {
 
-				camera.lookAt( scene.position );
-
 				group.rotation.y += 0.01;
 
 				effect.render( scene, camera );