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
|
||||
if (currentModel && !isTransitioning) {
|
||||
autoRotationAngle += delta * 0.5;
|
||||
currentModel.rotation.y = autoRotationAngle;
|
||||
}
|
||||
// if (currentModel && !isTransitioning) {
|
||||
// autoRotationAngle += delta * 0.5;
|
||||
// currentModel.rotation.y = autoRotationAngle;
|
||||
// }
|
||||
|
||||
controls.update();
|
||||
composer.render();
|
||||
|
|
Loading…
Reference in a new issue