Why would a GL circle, be rendered as a cross/clover?
@sdaau wrote: In my application, I draw some circles (a combo of a filled circle, and outline/stroke circle) using ofDrawCircle, but for some reason, while the filled circle looks OK, the outline...
View ArticleWhat is the best solution for finger tracking?
@cklkaren wrote: Hello, I have been using ofxLeapMotion2 for my project to track finger positions (y-axis) only.It is working but I am seeking a more stable solution for it because it seems like it...
View ArticleProblem building a project using oF092 nightly
@Gallo wrote: hello, i am building a project under Debian Jessie 32 bits or 64 bits on intel platformBuilding the project with openFrameworks 0.9.2 is fine Building with nightly build throws these...
View ArticleUnit Testing in OF
@edapx wrote: Hey All, I need to test a couple of classes that I've created for my project, I want to be sure that if a method receives a certain string as parameter it returns a certain map. I've...
View ArticleofParameter.h:339:21: C++ requires a type specifier for all declarations
@sonoprob wrote: Dear oF people, This is my first post, so I'd like to start with a "Hello".I'm relatively green when it comes to C++, though I've dabbled with C things in the past(I've been doing...
View ArticleTexture Image not Showing in shader
@WesHenrie wrote: This is driving me a bit nuts but I cannot get a texture image to correctly pass into my shader. Everything else runs fine it just does not show the texture Here is the call to the...
View ArticleImprove video player performance (linux)
@Gallo wrote: hello, I am using a low ressource computer (Atom quad core 1,6 GHz CPU with 1GB of RAM) and i would like to know if there is a way to improve the player performance. I find ofVideoPlayer...
View ArticleQuestion about how to map 2d puppet to skeleton
@johnjohn wrote: Hello,I have a question about how to map 2d puppet to a skeleton. So far I have managed to track the skeleton, put images on the joint, however, the problem I am having is, for...
View ArticleSetup codeblocks
@spinzero wrote: Hi, I've installed last OF 0.9 on Ubuntu andI forgot how to setup CodeBlock... there's a page talking about but it's broken !? Could you remind me how to link OF to C::B ? thank's...
View ArticleSend email with ofxSMTP / runtime error in example-basic-gmail
@retnull wrote: I'm having a problem getting the ofxSMTP example-basic-gmail to run. The build compiles,but when a key is pressed to send test email, there is a runtime error in ofxSMTP >...
View ArticleMissing Examples On Arm?
@toliaferrode wrote: Hi, I just noticed that some of the examples from the desktop distribution aren't available on Arm. Most notable for me are the 3D model loading examples (both assimp and the...
View ArticlegrabScreen only taking a fraction of the screen
@Ignis wrote: So I have a small menu in my app with a "Take screenshot" button. The button callback has these 2 functions attached to it: void ofApp::PrintScreenTakenCallback(string param){...
View ArticleIs there anyway to extract an image from a mesh
@nathanblanchard12 wrote: I want to extract the image from a mesh and save it as a separate image. Is that possible in openframeworks. Posts: 1 Participants: 1 Read full topic
View ArticleofImage.bind/unbind works differently for iOS and OSX?
@odimitrakopoulou1 wrote: ...ofImage.bind();3DModelLoader.draw(OF_MESH_FILL);ofImage.unbind();... works ok for iOS and Android but for OSX and Linux draws only the background colour of the image(using...
View ArticleOF Windows install with QT not matching paths correctly
@Ignis wrote: Unsure whether this goes here because I didn't configure something correctly or in the bugs section. Anyhow, here's my issue: I have OF installed on a Win7 machine with QT. Now, if I...
View ArticleLine drawing artifacts
@jesper wrote: I am trying to draw a gray code pattern on screen using ofDrawLine, but I am experiencing some strange artifacts. What is causing them? (im on osx) The artifact looks like this:...
View ArticleofxKinectProjectorToolkitV2 - issues compiling the calibration project
@sirbrad wrote: Hey, I feel like this is going to be a really simple issue. I have downloaded the ofxKinectProjectorToolkitV2 addon, and installed it in the addon's section along with all the...
View ArticleCatching keyboard and mouse events in second window
@javl wrote: Using the code below I create a second window. I can bind the second window's update and draw functions (called updateTv and drawTv) to the same function on the first so they will run in...
View ArticleRaspberri Pi 3?
@rotorstudio wrote: Hola! OF 9.2.0 versión for PI is already tested on RaspBerry Pi 3?...tips, how to, etc? Posts: 5 Participants: 2 Read full topic
View ArticleLigthing and moving camera
@dstrasser wrote: Hi there,I am facing a problem and can not solve it.I'm drawing a number of areas and using a firstPersonaCamera (https://github.com/jeonghopark/ofxFirstPersonCamera) to move between...
View Article