|
@@ -24392,6 +24392,9 @@ var BABYLON;
|
|
|
log += "\n\t\t" + animation.toString(fullDetails);
|
|
|
}
|
|
|
}
|
|
|
+ if (parsedData.autoAnimate) {
|
|
|
+ scene.beginAnimation(scene, parsedData.autoAnimateFrom, parsedData.autoAnimateTo, parsedData.autoAnimateLoop, parsedData.autoAnimateSpeed || 1.0);
|
|
|
+ }
|
|
|
// Materials
|
|
|
if (parsedData.materials) {
|
|
|
for (index = 0, cache = parsedData.materials.length; index < cache; index++) {
|