Browse Source

fix subdivision example

zz85 14 years ago
parent
commit
24dcc76bf7
1 changed files with 0 additions and 4 deletions
  1. 0 4
      examples/webgl_geometry_subdivison.html

+ 0 - 4
examples/webgl_geometry_subdivison.html

@@ -406,10 +406,6 @@
 				group.rotation.x = cube.rotation.x += ( targetXRotation - cube.rotation.x ) * 0.05;
 				group.rotation.y = cube.rotation.y += ( targetYRotation - cube.rotation.y ) * 0.05;
 				
-				cube.updateMatrixWorld();
-				group.updateMatrixWorld();
-				
-				
 				renderer.render( scene, camera );
 
 			}