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
The graphics under default setting have serious aliasing on retina display. This is an known issue of webgl. But there is a workaround according to this http://www.khronos.org/webgl/wiki/HandlingHighDPI
In above article, the touch event should be modified with respect to the devicePixelRatio. Can you fix this? Thanks.
The text was updated successfully, but these errors were encountered:
The graphics under default setting have serious aliasing on retina display. This is an known issue of webgl. But there is a workaround according to this http://www.khronos.org/webgl/wiki/HandlingHighDPI
In above article, the touch event should be modified with respect to the devicePixelRatio. Can you fix this? Thanks.
The text was updated successfully, but these errors were encountered: