You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that with a window.devicePixelRatio === 2, luma renders into the lower-left corner of the canvas unless you explicitly set for example WebGLDevice.create({ useDevicePixels: false });.