updated the colldown mode, fixed a bug where the bin mode on the page was not changing in the dropdown after completing the mode change and some UI tweaks like text and descriptions

This commit is contained in:
csawatzky 2026-07-14 13:21:53 -06:00
parent e91d2f6005
commit 1ac937e7db
9 changed files with 500 additions and 101 deletions

View file

@ -145,6 +145,8 @@ export default function Bin3dView(props: Props) {
<Canvas style={{position: "absolute", inset: 0}}>
<OrbitCameraControls
clampVerticalRotation
autoRotate
autoRotateSpeed={0.5}
initialRadius={initialCameraRadius}
maxRadius={initialCameraRadius * 2}
onReset={fn => { resetCameraFn.current = fn; }}