浏览代码

Fixed broken example.

Mr.doob 8 年之前
父节点
当前提交
0391599dea
共有 1 个文件被更改,包括 0 次插入2 次删除
  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 );