ofZach

Results 142 comments of ofZach

and a little proof of concept for turning into an image. ``` var data = fbo.readToPixels(); var data = fbo.readToPixels(); var img = createImage(fbo.width, fbo.height); for (i = 0; i...

oh snaps -- I see, I need to use clearAllChanged(...). This is understandable, but I would expect the gui to sort this internally, from update to update. (ie, between updates,...

ok let me take a look...

I don't have the bandwidth to help with this at the moment but can take a look in a few weeks

sorry I am not going to be able to provide support on android studio

screenshot from the play store potentially relevant: https://code.google.com/p/webrtc/issues/detail?id=1875 http://stackoverflow.com/questions/26504742/open-gl-bad-config-error-on-samsung-s4 to do: - try OF 0.9 and test on a device that this happens (a few people have emailed me about...

this is the commit to look at, apparently newer phones don't want this color mode (and just want 8,8,8): https://github.com/openframeworks/openFrameworks/commit/38a40427

it's weird i can explain the logic to you, there's some caching going on which makes it harder to read (then a simple find and replace) - z

ha welcome to a dark and mysterious cave! I haven't touched this on windows at all (or looked at it w/ 0.9...) pinging @smallfly will look at this in 0.9...

ha right, when I saw "dll" I tuned out... I'll take a look when I have a moment. here's a .a file I had on my hard drive in the...