Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 524079983
Change-Id: I31009d0734c4667300d5b193afbba6c51bc1b075
  • Loading branch information
Brax Team authored and btaba committed Apr 13, 2023
1 parent d917136 commit d9049fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brax/v1/js/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Viewer {

this.domElement.appendChild(this.renderer.domElement);

this.camera = new THREE.PerspectiveCamera(40, 1, 0.01, 100);
this.camera = new THREE.PerspectiveCamera(40, 1, 0.1, 100);
if (system.config.frozen?.position?.z) {
this.camera.position.set(0, 0, 1);
} else if (system.config.frozen?.position?.y) {
Expand Down

0 comments on commit d9049fa

Please sign in to comment.