|
@@ -555,6 +555,8 @@ var Viewport = function ( editor ) {
|
|
|
|
|
|
requestAnimationFrame( animate );
|
|
requestAnimationFrame( animate );
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
+
|
|
// animations
|
|
// animations
|
|
|
|
|
|
if ( THREE.AnimationHandler.animations.length > 0 ) {
|
|
if ( THREE.AnimationHandler.animations.length > 0 ) {
|
|
@@ -577,6 +579,8 @@ var Viewport = function ( editor ) {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ */
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
function render() {
|
|
function render() {
|