We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

WebXR Render Quality

Home Forums WebGL & WebXR Troubleshooting WebXR Render Quality

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #84519
    tomtm
    Customer

    Hi,
    If you want less jittering lines in the depth of your scene,
    this snipped you can insert in the exec. puzzle might help

    app.renderer.xr.setFramebufferScaleFactor(1.5);
    // 1.0 = Standard, 1.25–1.5 = better, using more Performance

    If you know other snippets that might help enhancing render quality please let me know.

    Greets Tom

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.