Skip to content

Commit

Permalink
🚧 Model > Update
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosimon committed Aug 28, 2021
1 parent c283281 commit c14876b
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Experience/Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class Camera
this.modes.debug = {}
this.modes.debug.instance = this.instance.clone()
this.modes.debug.instance.rotation.reorder('YXZ')
this.modes.debug.instance.position.set(5, 5, 5)
this.modes.debug.instance.position.set(- 15, 15, 15)

this.modes.debug.orbitControls = new OrbitControls(this.modes.debug.instance, this.targetElement)
this.modes.debug.orbitControls.enabled = this.modes.debug.active
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/baked1.png', type: 'texture' },
{ name: 'baked1Texture', source: '/assets/baked.jpg', type: 'texture' },
{ name: 'roomModel', source: '/assets/roomModel.glb' },
]
}
Expand Down
Binary file added 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 removed static/assets/baked1.png
Binary file not shown.
Binary file removed static/assets/lenna.png
Binary file not shown.
Binary file modified static/assets/roomModel.glb
Binary file not shown.

1 comment on commit c14876b

@vercel
Copy link

@vercel vercel bot commented on c14876b Aug 28, 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.