We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7925f0d commit 3bbf303Copy full SHA for 3bbf303
src/rendering/renderer.cpp
@@ -463,7 +463,7 @@ std::vector<XrCompositionLayerQuad> RND_Renderer::Layer2D::FinishRendering(XrTim
463
glm::quat headOrientation = ToGLM(spaceLocation.pose.orientation);
464
glm::vec3 headPosition = ToGLM(spaceLocation.pose.position);
465
466
- constexpr float DISTANCE = 0.8f;
+ constexpr float DISTANCE = 1.5f;
467
constexpr float LERP_SPEED = 0.05f;
468
469
if (CemuHooks::GetSettings().UIFollowsLookingDirection()) {
0 commit comments