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
SmoothGraphics is used to draw a circle, which is composed of many points. The circle is not smooth after being magnified, and the amount of data is very large.
#27
Open
pcbren1987 opened this issue
Sep 23, 2022
· 1 comment
Its possible to make perfect circles and other basic shapes. You have to wait when someone dedicates time to it.
The ways you can help:
Find which webgl renderer has this feature, that way we can copy parts of code. Means that feature has priority because some other project already has it.
Whether the circle can be rendered with shaders, which can ensure that the circle is more smooth
Examples are as follows
https://www.pixiplayground.com/#/edit/-9ozT4cSsTjuyGauUlTIf
The text was updated successfully, but these errors were encountered: