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
I have been using the following line of code to use anti-aliasing in my program:
System.start({title: "test", width: WIDTH, height: HEIGHT, framebuffer:{samplesPerPixel: 4}}, function (_)
Lately this has not been working. Since this is not the preferred method of AA what other ways can I achieve the results as shown in the attached pictures.
Ive attached two images showing AA working and and not working.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have been using the following line of code to use anti-aliasing in my program:
System.start({title: "test", width: WIDTH, height: HEIGHT, framebuffer:{samplesPerPixel: 4}}, function (_)
Lately this has not been working. Since this is not the preferred method of AA what other ways can I achieve the results as shown in the attached pictures.
Ive attached two images showing AA working and and not working.
Thank you for the help.
Beta Was this translation helpful? Give feedback.
All reactions