Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
display
Browse files Browse the repository at this point in the history
  • Loading branch information
Fogrexon committed May 1, 2022
1 parent 7049e62 commit de78898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scene/UserDisplayGroup/UserDisplay/Display.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import testIcon from '#/utils/testicon.jpg'
export class Display extends VisualizerObject {
constructor() {
super(
new PlaneBufferGeometry(4 * 0.5, 3 * 0.5),
new PlaneBufferGeometry(4.2 * 0.5, 2.8 * 0.5),
new ShaderMaterial({
vertexShader,
fragmentShader,
Expand All @@ -24,7 +24,7 @@ export class Display extends VisualizerObject {
}
})
)
this.position.set(0, 1.5, 1.0)
this.position.set(0, 1.5, 0.9)
this.rotation.set(-0.03 + Math.PI, -Math.PI, Math.PI)
}

Expand Down

0 comments on commit de78898

Please sign in to comment.