Setting attribute data, randomly returns bad access exception
Hi there, I'm computing tangent space and setting it to my shader as an attribute like so: shader.begin(); int location = shader.getAttributeLocation("tangent");...
View ArticlemousePressed equivalent of toggle button
thanks yea i screwed it up and just realized that 0.9 is for rpi now soo....i might upgrade
View ArticleOf 0.9 Android build error in windows 'find' command conflict
No, I just roll back to Android Studio 1.5 stable
View ArticleFailed:can't install dependencies.sh
Hi, for install openFrameworks v0.8.1 for RASPBIAN WHEEZY at Raspberry pi B+.did bellow, ~/openFrameworks/scripts/linux/debian_armv6l $ sudo ./install_dependencies.sh However responsed Note, selecting...
View ArticleofCamera() basics help
Would anyone mind giving me a quick overview of how to setup a camera? I got the easyCam to work and have gone through the documentation and everything I can find on google but have not been able to...
View ArticleOf 0.9 Android build error in windows 'find' command conflict
And you don't have this problem anymore? I use the version 1.5 as well but I still have this problem...
View ArticleofDirectShowPlayer can't load uncommon width/height movies?
I tried to load various width/height movie files using ofDirectShowPlayer on OF090/Win8.1. The format/codec of all movies are same, but an error occurred when I tried to load specific width/height...
View ArticleFailed:can't install dependencies.sh
0.8.1 is pretty old and unmantained, 0.9 has lots of fixes and should work fine. also if you ned compatibility with the 0.8.x series 0.8.4 is much newer and should work better than 0.8.1 you can also...
View ArticleofCamera() basics help
In the openGL tutorial there is a section about cameras http://openframeworks.cc/tutorials/graphics/opengl.htmlAlso, have a look in the examples folder, examples/3d/ there are 4 examples using cameras
View ArticleofxOmxPlayer Stutter on video open/start
Hi all, I know there is a similar thread out there, but not exactly the same - so I hope posting "again" is OK.I have a problem with ofxOmxPlayer playing different videos on key press (we use the pi...
View ArticleOf 0.9 Android build error in windows 'find' command conflict
I think I find where the problem is. stackoverflow.com Set system path for CMD on Windows 8.1: Trying to override Windows/System32/find.exe asked by mikewesthad on 03:02AM - 12 Aug 14 windows, cmd,...
View ArticleofxLua
Thanks for the work, i'm looking for this type of binding long time ago for add levels to a game project. Just a question about your experience; my "game" is an app that generate visuals in real time...
View ArticleofCamera() basics help
That's exactly What I was looking for. I don't know how I missed it. Thank you!
View ArticleNew addon: ofxManipulator
I wrote an example for 3D-spline editing by using ofxManipulator and MSAInterpolator. Mr. procedualThank you very much for your work!I am enjoying your libraries.
View ArticleofCamera() basics help
Glad to help in general, when you are stuck in a class that you don't know how to use it, searching for the name of that class in the examples folder it may surprise you.
View ArticleofDirectShowPlayer can't load uncommon width/height movies?
Try this patch. This patch is just a quick hack.https://gist.github.com/yoggy/df598c31bd3a74df10a0/revisions
View ArticleIs there a Mouse Wheel event?
Sorry for the late reply, I'm using v0.9RC2. Apparently I missed that event... I'm using that now and it's working perfectly. Thanks!
View ArticleUpdate a compiled app, load additional content
In my case, the best way is to use Lua files with the excellent ofxLua Plugin https://github.com/danomatika/ofxLua With Lua, i can add some scripts content, and i'm already able to edit a media...
View ArticleOF 0.9.0 Rasberry Pi B+ sound problem
omxPlayer is speaking with the hardware directly and ignores everything else like ALSA and Pulseaudio. So that usually always works correctly.The error about ofSoundUpdate() seems to be something you...
View Article