From 24dcc76bf73d0af5cc25ce2586b44e1301ce0e91 Mon Sep 17 00:00:00 2001 From: zz85 Date: Tue, 11 Oct 2011 00:12:59 +0800 Subject: [PATCH] fix subdivision example --- examples/webgl_geometry_subdivison.html | 4 ---- 1 file changed, 4 deletions(-) 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 ); }