How to control every point of cube(box) in 3x3 or 4x4
found solutionuse "ofVboMesh"to "addVertex"and "addIndex"then "setVertex"thank you all.
View ArticleKinect disconnecting after a few seconds
Hi guys, just recently getting into openframeworks and kinect again after being away for 3 years. I'm getting this error right now and can't seem to find a solution for it. Any help is greatly...
View ArticleGenerating examples - github master / el capitan
i don't think xcode supports gcc 5 you could probably install it and use the makefiles? qtcreator is already working on linux and windows, i haven't looked into osx cause most people use xcode there...
View ArticleSpatializing Monophonic Signals with ofxHOA
so, here's a simple example @Garrett_Burnett and @michaelpromeo https://github.com/claudiocabral/hoaStk I recommend to compile it in release since it's a very heavy process.I get lots of clicks when...
View ArticleAnti aliasing in 0.9.0 RC1
I do not see any difference using ofEnableSmoothing() or ofEnableAntiAliasing() on 0.9.0 RC1 but I do using 0.8.4. Is there something else that I am supposed to use instead in 090, or some other flag...
View ArticleGenerating examples - github master / el capitan
do i get an empty qtcreator project from the projectGenerator or some other way? thanks a lot for adding this!
View ArticleGenerating examples - github master / el capitan
There's a wizard that allows to create OF projects from inside qtcreator: there's instructions in the original PR: https://github.com/openframeworks/openFrameworks/pull/4429 in linux at least in...
View ArticleGenerating examples - github master / el capitan
the final download packages, and tonight nightlies if i manage to fix it : ) will have qtcreator projects for each example in windows mingw and linux
View ArticleAnti aliasing in 0.9.0 RC1
it should work the same as in 0.8.4, which platform are you using?
View ArticleAnti aliasing in 0.9.0 RC1
My bad, there is a difference. I'm still not entirely sure that it works the same way as in 0.8.4 though, but I'll come back with some pictures if I can make a clear example. Sorry for the noise.
View ArticleGenerating examples - github master / el capitan
this is amazing! with qt I can easily work out my setup! great
View ArticleFramerate instable when running the program in the background (using syphon...
HiI have made a short programm creating waves in one dimension. I am rendering the image in an FBO and then sending it to an other program using syphon. The image it self is never rendered on the...
View ArticleFramerate instable when running the program in the background (using syphon...
Just found the problem. I had uncommented the ofSetFrameRate(60). When having the program on the skreen it probably synced with my screens framerate, when run in the background it went into...
View ArticleGL PROGRAMMABLE RENDERER STOPS glTranslate from WORKING
Thanks, for some reason I thought ofTranslate only translated in the x and y dimensions.
View ArticleSolved-How to control the speed of a rotation
Hi, thank for the reply, I mapped the value from 0-127 to 0-1. I use WhichRotation because I made another rotation that is trigged by a drum. I don't really care about the Deg/second, I just need to...
View ArticleSolved-How to control the speed of a rotation
I just meant that you check if your values are in some reasonable range. What do you mean exactly by 'values are skipping'?
View ArticleSolved-How to control the speed of a rotation
Here is a video : When I turn the knob, the rotation jump, Cyril
View ArticleHow to send ucs2/utf16 over network with OF?
Hey I haven't had any experience with using CITP yet just thought I'd ask you first before I dove in. My goal is to send video from an oF application to Capture in real-time so I can embed within a...
View ArticleSolved-How to control the speed of a rotation
Looking at the original line of code you posted, if you suddenly set the rotation speed to 0, the rotation of the object is going to also snap to zero - whereas what you want is for it to stop at it's...
View Article