Bloom using the geometry shader
Hi, is there any reason not to do the bloom effect in image space? Otherwise this explains pretty well how it works in image space:http://prideout.net/archive/bloom/ There are a few different shader...
View ArticleBloom using the geometry shader
Try to look at this example: https://github.com/kashimAstro/Blur/ maybe it's not what you need, but it can be useful to understand what they mean the boys over. ciao
View ArticleFace averaging question
Does anyone know how this works: http://faceresearch.org/demos/average or how to implement something similar in openframeworks?
View ArticleVisual Studio 2015 help
Something else you can try is to create an empty c++ console application with visual studio and see if you have the template available. As @DomAmato said, you might be missing the c++ toolset. If...
View ArticleAugmented Reality situation in oF
Hej everyone, since Apple acquired the Augmented Reality (AR) company Junaio (https://en.wikipedia.org/wiki/Junaio) and their tools are consequently not available anymore, I thought it might be a good...
View Article[SOLVED]Linux Kinect 1473 on OF9
Hi, there is a one more thing, the connection of a 1473 is very long it connects after 5 attempts and sometimes the connection fails.Did i miss something ?
View Article[SOLVED]Linux Kinect 1473 on OF9
I'm not sure what I'm going to say, under linux usually for USB devices that use the group "video" you must specify the idVendor its user and add to the group video. you can try something like the...
View ArticleC3861 C4819 errors Local Windows Debugger with Visual Studio 2015
How do I see what language I am using? Also I realized I get the same errors on my C++ console projects for Visual Studio 2013.
View ArticleAugmented Reality situation in oF
I'm trying to work with openAR under openFrameworks,I had to stop development because of work,but I hope to set up something soon. if she wants to have a look here:...
View ArticleglDrawArrays problems with ofxSyphon
After more hours i found something... but i really don't understand why.If i add syphon in the end of the "draw" method of "billboardExample", it works... but if i remove "ofDrawBitmapStringHighlight"...
View ArticleofToDataPath format on Windows, double slash
Not really an issue, false alarm. Future reader, notice: Visual Studio debugger will show either \\ or \ when debugging a string that contains a single backslash, which format it chooses depends on...
View ArticleUsing ofNode to build an L-System
Hello, I'm trying to use ofNode to make an L-System. I'm having problem getting the rotation of an ofNode respect to another properly.That is my code //App.h ofVboMesh mesh; std::deque<Branch>...
View ArticleUsing ofNode to build an L-System
Out of the loop it is easier because i can recreate a new ofNode for every point, and the transformation are in the correct order (before the rotation and after the translation) ofNode root =...
View ArticleCan't use ofxTimeline with 0.9.0
yeah whats giving problems is the audio section of it. make sure that TIMELINE_AUDIO_INCLUDED is undefined and just remove from your project all the files from the libs folder of ofxTimeline. also...
View ArticleCan't use ofxTimeline with 0.9.0
thanks for your answers guys! roymacdonald: make sure that TIMELINE_AUDIO_INCLUDED is undefined okay, i'm not realy sure what you mean by making sure TIMELINE_AUDIO_INCLUDED is undefined. Should I...
View ArticleCan't use ofxTimeline with 0.9.0
No, just search all your project for TIMELINE_AUDIO_INCLUDED and just make sure that it isn't defined like #define TIMELINE_AUDIO_INCLUDED. xcode and vs have a find in all files options. it should be...
View ArticleBloom using the geometry shader
@arturo, yes, I've read about that technique at several places. I was wondering if there was an easier way. @hahakid, I've come across Phillip's page a couple of times, and went through it. Thanks for...
View ArticleLinking openframeworks libraries on eclipse error
Hello! Im trying to run openframeworks on android im using a mac (osx capitan).I been following the tutorial of the website http://openframeworks.cc/setup/android-eclipse/Is the second time i try to...
View ArticleBeaglebone black + chipsee 7inch screen
hello! i have the same error in a beaglebone black +chipsee 7inch screen+ wheezy + of084. how fix it?thanx for share! [ error ] ofAppGLFWWindow: 65542: X11: Failed to open X display[ error ]...
View ArticleFace tracking with dlib?
Hey @andydayton take a look at thishttps://github.com/roymacdonald/DLibTest The tricky part with DLib is to add the correct includes. But once you figure it out it is very straight forwards.In this...
View Article