CreateJS / EaselJS

The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier.
http://createjs.com/
MIT License
8.13k stars 1.97k forks source link

Antialiasing #1021

Closed Pi-Bouf closed 2 years ago

Pi-Bouf commented 5 years ago

Hello !

I have a project, who need antialias to off, but i can't get it !

If i use StageGl, i have a black screen and not a transparent one.

I have tried to set imageSmooth... in context of the canvas ect, but nothing appeared, all is blurred ! With css too...

Have you a nice solution ?

Thank for advance :D

vanillaloveyou commented 5 years ago

setTextureParams ignore isPOT && this._antialias just set gl.NEAREST--->gl.LINEAR will work