From 2599f69b72f91ee1be46069b498abe44131e9c95 Mon Sep 17 00:00:00 2001 From: Francois Date: Mon, 16 Oct 2023 10:03:03 -0400 Subject: [PATCH] Stop cylinder spinning --- workbench/scenes/KitchenSink.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workbench/scenes/KitchenSink.ts b/workbench/scenes/KitchenSink.ts index 6acbf18..17027c5 100644 --- a/workbench/scenes/KitchenSink.ts +++ b/workbench/scenes/KitchenSink.ts @@ -344,7 +344,7 @@ export default function () { const cylinderScaleSpeed = 0.25; const cylinderTranslationSpeed = 1; // cylinder.rotation.x = 90; - cylinder.rotation.z = now * 360 * cylinderRotationSpeed; + // cylinder.rotation.z = now * 360 * cylinderRotationSpeed; const boxRotationSpeed = 0.25; // transparentBox.rotation.y = now * 360 * boxRotationSpeed;