|
@@ -515,12 +515,7 @@
|
|
|
|
|
|
rootName = value;
|
|
|
root = rootObjects[ rootNames.indexOf( rootName ) ];
|
|
|
-
|
|
|
- if ( action !== null ) {
|
|
|
-
|
|
|
- // TODO
|
|
|
-
|
|
|
- }
|
|
|
+ action = mixer.clipAction( clip, root );
|
|
|
|
|
|
}
|
|
|
|
|
@@ -550,6 +545,8 @@
|
|
|
folder.add( API, 'repetitions', 0, Infinity );
|
|
|
folder.add( API, 'local root', rootNames );
|
|
|
|
|
|
+ API[ 'play()' ]();
|
|
|
+
|
|
|
}; // function clipControl
|
|
|
|
|
|
// one folder per clip
|