Browse Source

Fixed broken example.

Mr.doob 8 years ago
parent
commit
0391599dea
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/webgl_effects_peppersghost.html

+ 0 - 2
examples/webgl_effects_peppersghost.html

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