Skip to content

Commit

Permalink
Rotate previewMesh
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-mehl-mw committed Jun 20, 2024
1 parent 5ca6318 commit 8b9a8f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ export class Export3DMapDialogComponent {
this.currentSize = this.previewMesh.getSize()
printPreviewScene.add(this.previewMesh.getThreeMesh())

camera.position.set(
/*camera.position.set(
0,
0,
-this.wantedWidth * 1.5
) /*To directly see the backside of the map: uncomment this line and comment the next line
) //To directly see the backside of the map: uncomment this line and comment the next line*/
this.updateCameraPosition(camera) //*/
}

Expand Down

0 comments on commit 8b9a8f3

Please sign in to comment.