question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Setting a non-one value to renderer.xr.setFramebufferScaleFactor() to lead to pose error

See original GitHub issue

Setting a non-one value to renderer.xr.setFramebufferScaleFactor() to lead to pose error.

For example, adding renderer.xr.setFramebufferScaleFactor(0.5); after the line of renderer.xr.enabled = true; in webxr_ar_cones, when the user tap the center of the screen, the cone will be created at the right bottom corner.

Three.js version
  • Dev
  • r115
Browser
  • All of them
  • Chrome
  • Firefox
  • Internet Explorer
OS
  • All of them
  • Windows
  • macOS
  • Linux
  • Android
  • iOS
Hardware Requirements (graphics card, VR Device, …)

Pixel 2, Chrome v84 Canary

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
Mugen87commented, Apr 19, 2020

@edankwan I’ve filed an issue at the Chromium bugtracker today right here:

https://bugs.chromium.org/p/chromium/issues/detail?id=1072225

2reactions
Mugen87commented, Apr 21, 2020

The bug was fixed now 🎉. The commit should land in production with Chrome 84.

https://storage.googleapis.com/chromium-find-releases-static/56b.html#56bfe671577daa82c7288505e4d814ef4f9cede0

Read more comments on GitHub >

github_iconTop Results From Across the Web

WebXRManager – three.js docs
This flag notifies the renderer to be ready for XR rendering. Default is false . Set it to true if you are going...
Read more >
WebXRManager - Allow changing/setting the reference space ...
Description of the problem As a dev, I'd like to align the XR ... add an override reference space to use for reading...
Read more >
Movement, orientation, and motion: A WebXR example
We connect the session to the WebGL layer so it knows what to use as a rendering surface by calling XRSession.updateRenderState() with a ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found