Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBaBB committed Oct 7, 2024
1 parent 1011ec0 commit 06c39d2
Show file tree
Hide file tree
Showing 11 changed files with 4,352 additions and 4,102 deletions.
27 changes: 27 additions & 0 deletions Eyeball.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/* eslint-disable react/no-unknown-property */
/*
Auto-generated by: https://github.com/pmndrs/gltfjsx
Command: npx gltfjsx@6.5.2 eyeball.gltf
Author: memartel (https://sketchfab.com/memartel)
License: CC-BY-4.0 (http://creativecommons.org/licenses/by/4.0/)
Source: https://sketchfab.com/3d-models/blue-eyeball-free-f3c0a0638e784fa0b018e1ad8856eb7a
Title: blue_eyeball_free
*/

// eslint-disable-next-line no-unused-vars
import React from 'react'
import { useGLTF } from '@react-three/drei'

export default function Model(props) {
const { nodes, materials } = useGLTF('/eyeball.gltf')
return (
<group {...props} dispose={null}>
{/* Rotate the entire model to face upwards */}
<group rotation={[-Math.PI / -2.3, 0, 0]}>
<mesh geometry={nodes.Object_7.geometry} material={materials.blinn2} rotation={[Math.PI / 2, 0, 0]} scale={2} />
</group>
</group>
)
}

useGLTF.preload('/eyeball.gltf')
4,046 changes: 0 additions & 4,046 deletions assets/PregnantLady-aQkl7n1m.svg

This file was deleted.

3,934 changes: 3,934 additions & 0 deletions assets/index-BP0nPbCT.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/index-1V_ZLMl8.css → assets/index-CagyC3Sd.css

Large diffs are not rendered by default.

53 changes: 0 additions & 53 deletions assets/index-DQ0TmeYb.js

This file was deleted.

Binary file added eyeball.bin
Binary file not shown.
Loading

0 comments on commit 06c39d2

Please sign in to comment.