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
In case of working with high density displays like retina, we have to pass the "resolution" (and optionally "autoResize") option to PIXI.WebGLRenderer. But it seems we don't have ways to pass it, or any other option values described in PIXI's document.
I think there should be all option parameters filled with default values and we should be able to overwrite them by passing a "options" argument for RenderPixi.create().
Thanks!
The text was updated successfully, but these errors were encountered:
In case of working with high density displays like retina, we have to pass the "resolution" (and optionally "autoResize") option to PIXI.WebGLRenderer. But it seems we don't have ways to pass it, or any other option values described in PIXI's document.
https://github.com/liabru/matter-js/blob/master/src/render/RenderPixi.js#L53-L58
I think there should be all option parameters filled with default values and we should be able to overwrite them by passing a "options" argument for RenderPixi.create().
Thanks!
The text was updated successfully, but these errors were encountered: