Skip to content

Commit

Permalink
Stop cylinder spinning
Browse files Browse the repository at this point in the history
  • Loading branch information
seflless committed Oct 16, 2023
1 parent 4c02506 commit 2599f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench/scenes/KitchenSink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2599f69

Please sign in to comment.