Skip to content

Commit

Permalink
feat: disable zoom via props
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-rpm committed Dec 17, 2024
1 parent 41c09b8 commit 6b30b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App/components/Nova.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ export const AvatarNova: FC = () => {
))}
</SettingsPanel>
<Avatar
controlsMinDistance={3.2}
controlsMaxDistance={3.2}
controlsMinDistance={CAMERA.CONTROLS.FULL_BODY.MAX_DISTANCE}
controlsMaxDistance={CAMERA.CONTROLS.FULL_BODY.MAX_DISTANCE}
modelSrc={modelSrc}
emotion={emotions.smile}
animations={animations}
Expand Down

0 comments on commit 6b30b41

Please sign in to comment.