Skip to content

Commit

Permalink
feat: update bot base 3d model (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskarSingh authored Mar 3, 2021
1 parent 2a8e1e8 commit 9125b2d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tezos/customizebot.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const Bot = ({
shininess,
}) => {
const group = useRef();
const { scene } = useGLTF('/compressed.glb');
const { scene } = useGLTF('/compressedv5.glb');
const [hovered, set] = useState(null);

const head = useGroup(scene, 'head');
Expand Down
Binary file removed static/c2bots.glb
Binary file not shown.
Binary file removed static/c5bots.glb
Binary file not shown.
Binary file removed static/compressed.glb
Binary file not shown.
Binary file added static/compressedv5.glb
Binary file not shown.

0 comments on commit 9125b2d

Please sign in to comment.