openfl / starling

Known as the "Cross-Platform Game Engine", Starling is a popular Stage3D framework for OpenFL and Haxe
Other
236 stars 68 forks source link

Useing Filter will dull the game? #92

Closed rainyt closed 6 years ago

rainyt commented 6 years ago

I export Android APK game. If my game useing any filter, Will dull the game.

Have you ever had this kind of problem?

jgranick commented 6 years ago

Dull in what way? The colors, the performance...?

rainyt commented 6 years ago

For example, if a relatively large display object, such as 2048*2048, uses the filter and moves the scene, an extremely significant FPS drop frame will occur. The filters I've tried include Starling and Custom, and that's what happens.

rainyt commented 6 years ago

And it only happens on some Android phones. It looks like Android 6.0 or above has not found this problem, but it is especially obvious below Android 5.0.

rainyt commented 6 years ago

I described some situations here:click me