How to draw only a section of an FBO
Hi all, I'm trying to figure out how I can draw part of an FBO on the screen. Using the draw(x,y,w,h) draws the entire fbo into the specified rectangle, but how can I just draw half of the FBO in one...
View ArticleDraw different scenes with ofGetElapsedTimeMillis() // error on Array bound
I solved it! Thanks a lot again MRZL
View ArticleHow to draw only a section of an FBO
drawSubsection can you out: http://openframeworks.cc/documentation/gl/ofTexture.html#!show_drawSubsection I think you can do: myFbo.getTexture().drawSubsection(.....)
View ArticleHow to send an array to a shader frag on oF0.9.0
can you open a bug in github? we use an internal cache of uniforms to make things faster in some platforms and it might be causing some problems with this specific call
View ArticleKinectExample 1473 stop working Mac OS X el capitan 10.11
Is it possible to post how the Kinect shows up in your System Profiler? I don't have 10.11 here - but it works fine for me with 0.9.0 on 10.10 ping @jvcleave and @theDANtheMAN as I think they are both...
View ArticleKinectExample 1473 stop working Mac OS X el capitan 10.11
@theo Sometimes my camera appear in My System Profiler It's just stop working. Should I try some firmware atualization? Captura de Tela 2015-12-03 às 15.26.23.png1510x1238 166 KB
View ArticleKinectExample 1473 stop working Mac OS X el capitan 10.11
I got a result. I just change libfreenect folder .The original one vs the master one https://github.com/OpenKinect/libfreenect. Now I have the camera working.But the led and the motor still don't work...
View ArticleTablet / Phone Accelerometer Access from Desktop OF App
Rancs & danomatika, Thanks for the feedback. TouchOSC looks quite promising. digitalhack
View ArticleLink Error 1104 Visual Studio 2015
How are you adding the addons? are you using the project generator or manually doing it?
View ArticleLink Error 1104 Visual Studio 2015
DomAmato: ou using the project generator or manually doing it? I just right click the project like this: Pasted image1312x768 65.5 KB And then click the "openframeworks addon" and then select the...
View ArticleofxInkSim: ink deposition simulator
Hi Akira! Wonderful addon you created!! Thanks for sharing it here!! I'm trying to apply this aesthetic in some vectors I created. Would you have any hint/suggestion in how should I proceed? I'm...
View ArticleCompiling FaceSubsitution examples
Thanks. So does this mean I can still access older SDK's with Ofx even though I can only work with Xcode 7?
View ArticleofxInkSim: ink deposition simulator
Hi Vicky,What would you like to do with your vectors?
View ArticleLink Error 1104 Visual Studio 2015
This is what it looks like after I import the addon. Pasted image1312x768 47.9 KB BTW, can I do this manually?
View ArticleLink Error 1104 Visual Studio 2015
Yes theres actually multiple ways of doing it. if you import the projet into the project generator you can change the addons that are included. If you want to do it manually, you need to both include...
View ArticleLink Error 1104 Visual Studio 2015
Thanks a lot. I check my additional includes section again and I find sth very strange. Then I modify it and now it seems it is fixed. Thank you very much for your advises!
View ArticleofDirectShowPlayer reverse playback
Thanks for the links @DomAmato, I'll check out your branch of WMFVideoPlayer as the one I had tested didn't have an implementation of setSpeed. The DSHapVideoPlayer also can't handle reverse playback...
View ArticleAccess 3D Touch values for pressure? iPhone 6S and iPad Pro
Awesome! We'll have to setup another touchEvent, but this will be a good addition to 0.10.0 I think!
View ArticlesetGLVersion(3,2); can't use ofLineWidth
Hi,everyone ~ .In OF 9.0,i found a problem. in main.cpp ,when i use this setting, that's ok ofSetupOpenGL(1024,768,OF_WINDOW); // <-------- setup the GL context // this kicks off the running of my...
View Article