diff --git a/examples/webgl_geometry_subdivison.html b/examples/webgl_geometry_subdivison.html index 75c907c1..97b55b70 100644 --- a/examples/webgl_geometry_subdivison.html +++ b/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 ); }