fix subdivision example

This commit is contained in:
zz85
2011-10-23 01:24:27 +08:00
parent 522fa70a22
commit 24dcc76bf7
-4
View File
@@ -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 );
}