innvation fixed, turntable disabled
This commit is contained in:
parent
bb0a37c49d
commit
73e11094ce
Binary file not shown.
|
@ -772,10 +772,10 @@ function animate() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Turntable rotation for current model
|
// Turntable rotation for current model
|
||||||
if (currentModel && !isTransitioning) {
|
// if (currentModel && !isTransitioning) {
|
||||||
autoRotationAngle += delta * 0.5;
|
// autoRotationAngle += delta * 0.5;
|
||||||
currentModel.rotation.y = autoRotationAngle;
|
// currentModel.rotation.y = autoRotationAngle;
|
||||||
}
|
// }
|
||||||
|
|
||||||
controls.update();
|
controls.update();
|
||||||
composer.render();
|
composer.render();
|
||||||
|
|
Loading…
Reference in a new issue