@@ -146,7 +146,7 @@
function animate() {
- renderer.animate( render );
+ renderer.setAnimationLoop( render );
}