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:
parent
e91d2f6005
commit
1ac937e7db
9 changed files with 500 additions and 101 deletions
|
|
@ -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; }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue