Skip to content

Commit

Permalink
add lesson 36 and 38
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarubbi committed May 9, 2023
1 parent 9e0e75e commit 7e1a3c2
Show file tree
Hide file tree
Showing 38 changed files with 13,672 additions and 0 deletions.
Binary file modified 36-CreatingASceneInBlender/resources/baked.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 not shown.
Binary file modified 36-CreatingASceneInBlender/resources/portal.blend
Binary file not shown.
Binary file modified 36-CreatingASceneInBlender/resources/portal.blend1
Binary file not shown.
Binary file removed 36-CreatingASceneInBlender/resources/portal.glb
Binary file not shown.
Binary file modified 36-CreatingASceneInBlender/resources/uncompressed-portal.glb
Binary file not shown.
1 change: 1 addition & 0 deletions 38-ImportingAndOptimizingTheScene/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vercel
20 changes: 20 additions & 0 deletions 38-ImportingAndOptimizingTheScene/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "threejs-journey-exercise",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"deploy": "vercel --prod"
},
"devDependencies": {
"vercel": "^29.1.1",
"vite": "^4.0.4",
"vite-plugin-glsl": "^1.0.2"
},
"dependencies": {
"lil-gui": "^0.17.0",
"three": "^0.148.0"
}
}
Loading

0 comments on commit 7e1a3c2

Please sign in to comment.