Skip to content

Commit

Permalink
fix clipping
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Dec 6, 2024
1 parent 8415f64 commit 052f6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prismarine-viewer/examples/webgpuRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ export class WebgpuRenderer {
tweenJs.update()
const fov = 90
this.camera.fov = fov
this.camera.near = 0.001
this.camera.near = 0.05
this.camera.updateProjectionMatrix()
const oversize = 1.1

Expand Down

0 comments on commit 052f6e0

Please sign in to comment.