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 ea7812f commit b38b1a4
Show file tree
Hide file tree
Showing 21 changed files with 4,360 additions and 1,704 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')
Binary file removed assets/0-300pxGoodyBooby-BZ2s9IZy.jpg
Binary file not shown.
Binary file removed assets/1-300pxFrankenColumbus-BZ_4jRHS.jpg
Binary file not shown.
Binary file removed assets/2-300pxFrankenDrink-B8lEmWZE.jpg
Binary file not shown.
Binary file removed assets/3-300pxFrankenGirl-BZBoCbE6.jpg
Binary file not shown.
Binary file added assets/DyingCow-DXGcwpyN.mp3
Binary file not shown.
Binary file added assets/FrankenBride300-DlV4OIfT.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/FrankenColumbus300-2-Aefr95.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/FrankenDrink300-CTcOuElH.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/GoodyBooby300-Dd9Vgh2s.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,643 changes: 0 additions & 1,643 deletions assets/PregnantLady-CGJSfziS.svg

This file was deleted.

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

Large diffs are not rendered by default.

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

This file was deleted.

1 change: 1 addition & 0 deletions assets/index-CagyC3Sd.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/index-DGLom4b3.css

This file was deleted.

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

0 comments on commit b38b1a4

Please sign in to comment.