Is it possible to pass a list of arrays to a shader Frag
That sounds like a method. How can i tell how what is the maximum?
View ArticleVideo signal (webcam ) freezes
@eco_bach1 some things I would look at to debug this: - do you have any other USB devices plugged in, that could be shorting the USB bus ( Griffen Powermate USB knobs are famous at doing this ) - do...
View ArticleIs it possible to pass a list of arrays to a shader Frag
I'm not sure if it's working.In my frag #define COUNT 50 uniform int u_pointsCount; uniform vec2 u_points[COUNT]; float u_circles[COUNT]; void main() { //some code before for(int i=0;i<...
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
the preferExternal location was somthing i set cause on old phones (android 2.3) it was really easy to fill the internal storage with OF applications since most applications in android back then were...
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
btw, this setting only means that the binary itself will be installed in the external or internal storage, once it's installed no matter where, the application will uncompress the assets in the...
View ArticleIs it possible to pass a list of arrays to a shader Frag
Hi! Like @hahakid said, if you want to pass a lot of values, you should work with ofBufferObject. You can check an example in examples/gl/textureBufferInstancedExample. If you want to set an array as...
View ArticleopenFrameworks 0.9.0-RC2 in Android Studio on OSX 10.11.1:...
Ok, great. Seems we have fixed this. : ) Thanks for your help!
View ArticleIs it possible to pass a list of arrays to a shader Frag
Thanks for your reply.I'm looking at the textureBufferInstancedExample but i don't really understand how to use it. For my project i would need more than 16. Let me try to figure out what i should be...
View ArticleIs it possible to pass a list of arrays to a shader Frag
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleMedia Lounge NYC (OPENING TONIGHT)
For those of you in the New York Area, tonight is the opening reception for Media Lounge NYC, a group show of interactive art: MediaLounge is a pop-up exhibition space that highlights the work of...
View ArticleMedia Lounge NYC (OPENING TONIGHT)
SFPC (http://sfpc.io) is located in westbeth (really close to the gallery) and we are doing a small workshop till 6pm today -- feel free to say hi. we will have a final show next week as well:...
View ArticleProject Generator for Android
Dear developers, do you plan on creating a Project Generator for Android apps? Would be great for every Android developer out there. Kindest regards and thanks very much!
View ArticleWhere is the android resources zip file on the oF 0.9.0?
After the product release, I am working now on porting our Android game from oF 0.8.0 to oF 0.9.0. But I can't find resources.zip file of the androidAssimpExample.Where do I need to look at?
View ArticleCMake files for CLion OSX
Is there anyway to do this for windows. I have no ides how to wrk with cmake and it seems kind of confusing.
View ArticleHow to I add Libraries in QT-Creator for 0.9.0
So I have been trying to upgrade my project from 0.8.4 to 0.9.0. When using codeblocks to add the flycapture library I went to the config.make file and added USER_LIBS = -lflycapture However, with the...
View ArticleHow to I add Libraries in QT-Creator for 0.9.0
in the project qbs look for: of.linkerFlags: [] and change it to: of.linkerFlags: [ '-lflycapture' ] except for the flags in that section which are overriden by the of config you can also use any of...
View ArticleHow to I add Libraries in QT-Creator for 0.9.0
Thank you Arturo, that worked I believe.However now I am getting this error in compiling. 17:18:54: Could not start process "" Error while building/deploying project ofxPointGreyGigECameraExample...
View ArticleHow to I add Libraries in QT-Creator for 0.9.0
I rebuilt the project and it compiled this time. Wonderful, looking forward to learning more about qt-creator. just a note for anybody else running into this.the staticLibraries is...
View ArticlePLY color data not working properly
I was previously able to load a ply file with full color data in OFXv8.4 However, now running the same code in 9.0 makes the point cloud colors all appear to be dark grey. The point cloud example...
View Article