Skip to content

Commit

Permalink
lights
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroprod committed Nov 24, 2023
1 parent b3c54ea commit b1716f8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file modified frontend/public/textures/chartest_Color.png
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 frontend/public/textures/chartest_MRA.png
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 frontend/public/textures/chartest_Normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions frontend/src/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ export default class Main {
private update() {
this.leftHolder.setPosition(-this.renderer.ratio * 3 / 2, 0, 0)
this.rightHolder.setPosition(this.renderer.ratio * 3 / 2, 0, 0)
this.centerRightHolder.setPosition(-this.renderer.ratio * 3 / 4 +2, 0, 0)

this.glFTLoader.root.setPosition(0, -1.5, 0)
this.updateCamera();
this.mill.update();
Expand Down

0 comments on commit b1716f8

Please sign in to comment.