Is there a Mouse Wheel event?
what version of OF are you using? there's an specific event and callbacks in ofApp for this in 0.9
View ArticleHow to send an array to a shader frag on oF0.9.0
I'm having the exact same problem! Came across this while trying to add a second light to a sketch and instead it came out black, so I wrote a very similar debug sketch. Strangely, using...
View ArticleofVideoPlayer.load and .loadMovie problems when streaming
which platform is this on? windows, osx, linux?
View ArticleIntroductions thread
who are you? iam a vj my name is jonathan l.where are you from? iam frome francewhat are you up to?i use to code with processing and c++ with the help of irrilicht 3d engine.i love Nomansky and nuber...
View ArticleHow to send an array to a shader frag on oF0.9.0
OK, still not sure where the bug comes from, but it seems to work fine if you use the underlying OpenGL commands. void ofApp::setup(){ float colors[] = { 1,0.5,0,0,0.5,1 }; shader.load("test"); GLuint...
View ArticleofVideoPlayer.load and .loadMovie problems when streaming
Hi Dom!Thanks for answering. Sorry, I missed that piece of info, quite relevant.I am using osx 10.11. I had to change Deployment Target under XCode to something greater than 10.6 -that was the first...
View ArticleCompiling FaceSubsitution examples
About Xcode7 and ofx 0.8.4 Warning : before upgrading to Xcode 7 x-code *** update: There is a better solution here: *** original post: Xcode 7 does not include OS X SDK 10.10 or earlier and this...
View ArticleOf 0.9.0 dependencies (Visual Studio 2015)
HI guys, I am trying to run a compiled 0.9.0 application in a freshly installed computer (without visual studio), and the app ask for the msvc140.dll, but after installing the Visual C++...
View ArticleUsing array via ofxJSON to draw shapes? HELP!
Hello there, I am using ofxJSON to parse data from Seattle's Fire Dept (HERE) and I am trying to use the location (long,lat) to determine the position of circles on the screen. I have managed to get...
View ArticleDraw different scenes with ofGetElapsedTimeMillis() // error on Array bound
Hi! I am making an animation video interactive with sound. I want to change different scenes which I draw already by specific time(seconds). On ofApp.h I have int timings[] = {5000, 6000, 7000, 8000};...
View ArticleHow to set framerate for recording from webcam
Hi, Thanks for the information. So are you saying that the thing that actually controls the framerate is how often you sample from the camera and not an internal camera or driver (or other) setting? I...
View ArticleDoes ofxCv require ofxOpenCv
Getting compile errors in a project using the ofxCv addon saying opencv is missing. Can I assume that I must also always include the ofxOpenCv addon when using or compiling projects that contain ofxCv?
View ArticleApp execution fails, can't find glib/libstdc++
hi ya'll,im using the last of version(0.8.4). the app is being started automatically every morning for the last 3 months and just recently it started to fail /usr/lib/x86_64-linux-gnu/libstdc++.so.6:...
View ArticleDoes ofxCv require ofxOpenCv
yes, ofxCv doesn't contain the opencv lib, you will need to add both addons....
View ArticleDraw different scenes with ofGetElapsedTimeMillis() // error on Array bound
int timings[4] = {5000, 6000, 7000, 8000}; this would fix it.
View ArticleApp execution fails, can't find glib/libstdc++
It looks like you have different versions of g++ installed, and maybe your program can not find the 3.4.0?I would probably run update-alternatives --config gcc to be sure to run the g++ version...
View ArticleDraw different scenes with ofGetElapsedTimeMillis() // error on Array bound
well, its show me the same error
View ArticleApp execution fails, can't find glib/libstdc++
I only have one version installed, that's the thing, no alternatives present. I'm trying to avoid upgrading gcc, it should not be a dependency to have 4.9 installed.
View ArticleDraw different scenes with ofGetElapsedTimeMillis() // error on Array bound
sorry its correct! i updated it! thanks MRZL! weel I have one more question. on setup i have sceneNum = 0; on update if (timings[sceneNum]<ofGetElapsedTimeMillis()){ sceneNum++; sceneNum = sceneNum...
View ArticleOf 0.9 Android build error MinGW
@GeistYp have you found a solution to this problem by any chance?
View Article