Skip to content

Commit

Permalink
Merge pull request #5 from tteFluten/main
Browse files Browse the repository at this point in the history
Next.js 3D Model
  • Loading branch information
matiasperz committed Jun 8, 2022
2 parents c68b842 + b984fd1 commit d605daf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added public/models/next.glb
Binary file not shown.
13 changes: 13 additions & 0 deletions src/experiments/17.next.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { model } from '~/lib/builders/model'

const nextJS = model('next.glb', {
scale: 1.4,
ambientLight: 0.1,
background: '#000',
environment: 'sunset'
})

nextJS.Title = 'Next.js 3d model'
nextJS.Tags = '3d'

export default nextJS

1 comment on commit d605daf

@vercel
Copy link

@vercel vercel bot commented on d605daf Jun 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.