Transparencies when drawing an FBO in an FBO
It seems to have solved ths issue. Thanks!
View ArticleHow to dump values to the screen and update them every frame?
Hello, I wander what is the easiest way of dumping a lot of values to the screen. I've got a vector of 20-30 float values which change every frame, and want to be able to see them on screen real-time....
View Article0.9.0 Release Candidate 1
BananasGoMoo: it said it was missing a bunch of DLLs Which dlls it missed?
View ArticleHow to dump values to the screen and update them every frame?
Is ofDrawBitmapString not doing something that you would expect it to do? It's probably your best bet.
View ArticleUsing ofxCvContourFinder's findContours
I haven't tried your code, but you will get much better results if you process the image a bit before you call findContours so that the shapes stand out more. Specifically, threshold it and then maybe...
View ArticleHow to dump values to the screen and update them every frame?
Are you looking for a visual representation (bars or connected lines) or a value representation (numbers)?
View ArticleHow to dump values to the screen and update them every frame?
A value representation. I know it can be done using ofDrawBitmapString, just asking if there are any convenience classes for this kind of stuff, so that i don't reinvent the wheel with my own.
View ArticleControlling skeleton in ofxFbx
I'm just starting to get into importing 3D models into OF and am having some confusion around ofxFbx. I saw this video https://vimeo.com/127721878 but it's unclear to me how to actually control/move...
View ArticleofxRemoteUI addon
Hi. ok, removing jsoncpp from ofxLibWebsockets helps.there is also a dependecy for ofxGui in the addon... could you mention this as well? starting the example-html gives me:in firefox...
View ArticleRecieved by UDP a sound buffer and need play it
Hi:This post ist a continuation developed this other: http://forum.openframeworks.cc/t/goal-capture-sound-in-pc-a-and-send-it-by-udp-protocol-to-pc-b-and-play-it/20497 Now the problem its that: I have...
View Article0.9.0 Release Candidate 1
I'm using Visual Studio 2015 Community and it's working well. As far as I can tell, older versions of VS are not supported.
View ArticleControlling skeleton in ofxFbx
Hi Aashish, The fbx addon used for that video is located here:https://github.com/NickHardeman/ofxFBX The example provided in the addon shows how to load fbx models and animations. The function...
View Article0.9.0 Release Candidate 1
Thanks. I just installed it, and it's working great on the first few examples. I'm loving oF + VS15. Such a nice upgrade.
View ArticleControlling skeleton in ofxFbx
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleControlling skeleton in ofxFbx
I see, yeah i've been using ofxFbx, it seems like a rad library! 2 questions:1) bone and fbxManager seem to not have getWorldTransformMatrix, but they have getGlobalTransformMatrix, is that what I...
View ArticleStream data from mac/pc to ios/android over wifi/bluetooth
can this be done with anything within openframeworks already? if not, any technologies already support this? it will be audio data.
View ArticleVarying vec2 surfacePosition
Hi,I am pretty new with shaders and gl. I know something close to nothing. I am trying to include some code from glsandbox into an OF project.I managed to make some example working but I am trying now...
View ArticleVarying vec2 surfacePosition
There seems to be nothing wrong with the use of the varying vec2. Yet besides that I'm not sure about what all that math is going to do (I didn't analyze it), in which might be a problem. the biggest...
View ArticleVarying vec2 surfacePosition
Hi @roymacdonald, thanks for replying.you can check the code on here http://glslsandbox.com/e#27266.0it should be correct but it's not mine.I tried to substitute the ofRect with a in .h...
View Article