Skip to content

Commit

Permalink
update 3D model scale
Browse files Browse the repository at this point in the history
  • Loading branch information
shivhendo committed Aug 8, 2022
1 parent 0383386 commit 7e0eff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/client/src/components/renderer3D.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const Renderer3D = (src: any) => {
<div style = {{height:"100vh", width:"100%"}}>
<Canvas>
<Suspense fallback={null}>
<primitive object={gltf.scene} scale={1} />
<primitive object={gltf.scene} scale={.3} />
<OrbitControls />
<Environment preset="sunset" background />
</Suspense>
Expand Down

0 comments on commit 7e0eff6

Please sign in to comment.