diff --git a/voidstar/managers/glfw3.h b/voidstar/managers/glfw3.h index 1932bc8..406bd85 100644 --- a/voidstar/managers/glfw3.h +++ b/voidstar/managers/glfw3.h @@ -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; diff --git a/xvfb.sh b/xvfb.sh index 0620b28..4802cdd 100755 --- a/xvfb.sh +++ b/xvfb.sh @@ -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}