This content has been marked as final.
Show 4 replies
-
1. Re: Flash Player Render Issue
Daniel Rinehart Sep 15, 2008 7:56 AM (in response to Daniel Rinehart)After some more experimenting it seems that the "all(equal())" construct is currently broken when exported as a Flash Player filter. If you manually rewrite
if (all(equal(red, me)))
as
if ((red.r == me.r) && (red.g == me.g) && (red.b == me.b) && (red.a == me.a))
the filter works as intended. What is the recommended way to file bug reports? -
2. Re: Flash Player Render Issue
Kevin Goldsmith Sep 15, 2008 9:41 AM (in response to Daniel Rinehart)We're going to look to see if this is a PBJ export problem or a Flash Player problem. We don't have an external-facing bug database for Pixel Bender, so reporting bugs here is fine for now... -
3. Re: Flash Player Render Issue
AIF Bob Sep 15, 2008 5:03 PM (in response to Kevin Goldsmith)We have the bug filed internally - we're still tracking down exactly what's going on. In the meantime, the workaround will give the exected results. -
4. Re: Flash Player Render Issue
Karzons Oct 18, 2008 7:42 AM (in response to Daniel Rinehart)Thanks in advance for any feedback.


