Skip to content

Commit

Permalink
SHIFT+O: make sure cube is big (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Fenoll <[email protected]>
  • Loading branch information
fenollp authored Mar 27, 2023
1 parent 5b05ddd commit 6d797f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion voidstar/managers/glfw3.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class GLFW3Manager final : public Manager {

private:
void resetFloats() {
position_ = glm::vec3(0, 0, 5);
position_ = glm::vec3(0.0f, 0.0f, 4.0f);
horizontal_angle_ = 3.14f;
vertical_angle_ = 0.0f; // look at the horizon
initial_fov_ = 45.0f;
Expand Down
7 changes: 0 additions & 7 deletions xvfb.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
#!/bin/bash -eux
set -o pipefail

# _kill_procs() {
# kill -TERM $companion
# wait $companion
# kill -TERM $xvfb
# }
# trap _kill_procs SIGTERM

display=99

wxhxd=${WxHxD:-800x600x24}
Expand Down

0 comments on commit 6d797f9

Please sign in to comment.