Skip to content

Commit

Permalink
🍱 Update model
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosimon committed Aug 30, 2021
1 parent c14876b commit 485f839
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/Experience/Navigation.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default class Navigation
{
constructor()
{

}
}
2 changes: 1 addition & 1 deletion src/Experience/World.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class World

this.room.model = this.resources.items.roomModel.scene

this.room.texture = this.resources.items.baked1Texture
this.room.texture = this.resources.items.bakedTexture
this.room.texture.encoding = THREE.sRGBEncoding
this.room.texture.flipY = false

Expand Down
2 changes: 1 addition & 1 deletion src/Experience/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default [
data: {},
items:
[
{ name: 'baked1Texture', source: '/assets/baked.jpg', type: 'texture' },
{ name: 'bakedTexture', source: '/assets/baked.jpg', type: 'texture' },
{ name: 'roomModel', source: '/assets/roomModel.glb' },
]
}
Expand Down
Binary file modified static/assets/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 modified static/assets/roomModel.glb
Binary file not shown.

1 comment on commit 485f839

@vercel
Copy link

@vercel vercel bot commented on 485f839 Aug 30, 2021

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.