innvation fixed, turntable disabled

This commit is contained in:
Anuj K 2025-08-29 15:45:56 +05:30
parent bb0a37c49d
commit 73e11094ce
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View file

@ -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();