Renderer10
03-10-2010, 11:41 PM
Hello all,
I'm working on a rather large project currently, and was curious as to how much setting stage.quality to "low" would speed things up... not that it's necessary, I was just curious.
After setting stage.quality to StageQuality.LOW, "LOW", and "low" (really all the same thing), and then with the help of Google, I've come to the conclusion that the AIR runtime doesn't allow any quality less than high.
Does anyone have any clue as to why this is? The quality settings deal purely with anti-aliasing, so it seems odd that AIR is only capable of using a 4x4 pixel grid for AA and nothing else, not even NO AA.
It could be possible that in the future I'd want to ditch AA for the speed bonus, but the fact that it's IMPOSSIBLE is a bit of a downer... :confused:
Thanks for any input,
-Renderer10
I'm working on a rather large project currently, and was curious as to how much setting stage.quality to "low" would speed things up... not that it's necessary, I was just curious.
After setting stage.quality to StageQuality.LOW, "LOW", and "low" (really all the same thing), and then with the help of Google, I've come to the conclusion that the AIR runtime doesn't allow any quality less than high.
Does anyone have any clue as to why this is? The quality settings deal purely with anti-aliasing, so it seems odd that AIR is only capable of using a 4x4 pixel grid for AA and nothing else, not even NO AA.
It could be possible that in the future I'd want to ditch AA for the speed bonus, but the fact that it's IMPOSSIBLE is a bit of a downer... :confused:
Thanks for any input,
-Renderer10