Quantcast
Channel: openFrameworks - Latest posts
Browsing all 40524 articles
Browse latest View live

Using OF Function in a Function

Produces this error:error: no 'float ofApp::distance(int, int, int)' member function declared in class 'ofApp' Sorry I'm still learning...

View Article


Using OF Function in a Function

you have to also define it in the h file of ofApp, ie: class ofApp : public ofSimpleApp{ ..... float distance(int n,int valX, int valY); .... }

View Article


Image may be NSFW.
Clik here to view.

Using OF Function in a Function

I see in the ofApp.h public: float distance(int n,int valX, int valY); in the ofApp.cpp void ofApp::draw() { float dist = distance(1, 100, 200); } float ofApp::distance(int n, int valX, int valY) {...

View Article

Using OF Function in a Function

Okay I'm starting to see how this works but it still produces an error. error: '(valX - ((ofApp*)this)->ofApp::.ofBaseApp::mouseX)' cannot be used as a function

View Article

Using OF Function in a Function

Can you share with us your ofApp.h and ofApp.cpp?

View Article


Using OF Function in a Function

#pragma once #include "ofMain.h" class ofApp : public ofBaseApp{ public: float distance(int n,int valX, int valY); void setup(); void update(); void draw(); void keyPressed(int key); void...

View Article

How to run examples from ofxFaceTracker?

Thanks!

View Article

Using OF Function in a Function

ofApp.h #pragma once #include "ofMain.h" class ofApp : public ofBaseApp{ public: float distance(int n,int valX, int valY); void setup(); void update(); void draw(); void keyPressed(int key); void...

View Article


Using OF Function in a Function

btw it is difficult to share long code on the forum.

View Article


Image may be NSFW.
Clik here to view.

Using OF Function in a Function

Rancs: float ofApp::distance(int n,int valX, int valY) { float d; d = sqrt((valY-mouseY)*(valY-mouseY)+(valX-mouseX)(valX-mouseX)); return d;} Now changing the mouse getters is better as Zach...

View Article

Advice on working with multiple video streams

@barelief Many thanks for your response. I think I've got a solution worked out. Cheers,Stephen

View Article

Help Organize SF Creative Coders Meetup

Hello, For the last five years I’ve been organizing a creative coders meetup here in SF that has been all about bringing people with similar interests together to hang out and build friendships whilst...

View Article

Kinect example doesn't work on of 0.8.4

I've resolved the problem by overriding everything inside addons/ofxKinect/libs/libfreenect with my libfreenect build.This happened on of v0.9 and off v0.8.

View Article


New (discourse) forum feedback thread

Sharing code lines on the forum is difficult due to need of adding 4 space characters by hand before each line. And -code- tags don't generate the same code indentation and coloring.

View Article

Using OF Function in a Function

I will just stick with Zach's method for now. Thanks tho!

View Article


Help evaluating needed projector brightness

Thanks for the information guys.

View Article

New (discourse) forum feedback thread

you can use a triple backtick like: ``` // some code ``` to open and close code blocks, the default syntax will be cpp or you can sepcify the language when opening the code block adding it after the...

View Article


Image may be NSFW.
Clik here to view.

New addon: ofxDepthCamera

Hi MattI am working on an implementation. Got registered texture to work, or it looks at least like it. What is the registration exactly doing? What I got, seems as an automatic fitting of the color...

View Article

Error: /bin/ls: cannot access /home/libs/: No such file or directory

Hi, after installing 090 and qtcreator through the recommended web installer, I get projects working on Mac and Windows. Unfortunately, my main system is Linux (well, I am quite happy with KXStudio,...

View Article

Getting started with Kinect2 + ofx + win10

Hi Guys, I have just got hold of a Kinect2 and would love to work with it in ofx. I am having a hard time figuring out how to get started. The demos from MS works fine. I am on Windows 10 (64 bit)...

View Article
Browsing all 40524 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>