Skip to content

Commit

Permalink
make Habitat viewport default to 512, 512
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed May 20, 2020
1 parent 2ec64c7 commit 141c275
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

Camera.fx: 1000
Camera.fy: 1000
Camera.cx: 320.0
Camera.cy: 240.0
Camera.cx: 256
Camera.cy: 256

Camera.k1: 0
Camera.k2: 0
Camera.p1: 0
Camera.p2: 0
Camera.k3: 0

Camera.width: 640
Camera.height: 480
Camera.width: 512
Camera.height: 512

# Camera frames per second
Camera.fps: 30.0
Expand Down

0 comments on commit 141c275

Please sign in to comment.