You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Alex Harui <ah...@adobe.com> on 2014/09/25 18:06:35 UTC

[FlexJS] StageQuality

I just commented out the line that sets StageQuality to HIGH_16x16_LINEAR.




Re: [FlexJS] StageQuality

Posted by jude <fl...@gmail.com>.
According to Tinic there are some repercussions,
http://blog.kaourantin.net/?p=152. It may use more memory or lower the
frame rate. But then again it's a trade off some people will want or need
to get better quality.

What would be interesting is to run it through Scout and compare the
difference. Scout wasn't out at the time so he didn't post any numbers.

I would agree on removing. Leave it up to the developer or try setting it
at 8x8 or lower and see how much it affects performance. Maybe it won't
make as much of a difference as it once did and we can get better quality.
Actually, FP or AIR introduced a new GPU rendering mode recently so maybe
in some cases the GPU will be doing the work???



On Thu, Sep 25, 2014 at 11:12 AM, Alex Harui <ah...@adobe.com> wrote:

> Oops.  Hit the wrong keyĆ 
>
> Anyway, I commented out having every FlexJS app use HIGH_16x16_LINEAR
> because that makes the baseline for FlexJS FP 11.3.  I'm also wondering if
> there would be any other repercussions for setting such a default like
> longer rendering passes, more memory, or different visual artifacts on
> other visuals.
>
> I think the StageQuality was set to make the graphics library look better,
> but I'm wondering if every FlexJS app needs it.  If not, it would be more
> in line with the FlexJS philosophy to have it get set when needed, perhaps
> by having some class in the graphics library set it.
>
> -Alex
>
> On 9/25/14 9:06 AM, "Alex Harui" <ah...@adobe.com> wrote:
>
> >I just commented out the line that sets StageQuality to HIGH_16x16_LINEAR.
> >
> >
> >
>
>

Re: [FlexJS] StageQuality

Posted by Alex Harui <ah...@adobe.com>.
Oops.  Hit the wrong keyĆ 

Anyway, I commented out having every FlexJS app use HIGH_16x16_LINEAR
because that makes the baseline for FlexJS FP 11.3.  I'm also wondering if
there would be any other repercussions for setting such a default like
longer rendering passes, more memory, or different visual artifacts on
other visuals.

I think the StageQuality was set to make the graphics library look better,
but I'm wondering if every FlexJS app needs it.  If not, it would be more
in line with the FlexJS philosophy to have it get set when needed, perhaps
by having some class in the graphics library set it.

-Alex

On 9/25/14 9:06 AM, "Alex Harui" <ah...@adobe.com> wrote:

>I just commented out the line that sets StageQuality to HIGH_16x16_LINEAR.
>
>
>