microcosm / ofxKinectV2-OSC

Get KinectV2 skeletons into openFrameworks on your Mac
65 stars 16 forks source link

static width and height #5

Closed jmarsico closed 8 years ago

jmarsico commented 8 years ago

ofGetWidth() and ofGetHeight() are incredibly slow in OF_FULLSCREEN mode. This will allow the parser to run at full speed in fullscreen mode. Unfortunately, it doesn't account for changing screen size. Might not be worth it...

microcosm commented 8 years ago

No that's fine. I'd like to accept, but would you mind using a setup() function instead of a constructor, to keep it consistent with the rest of the code? Then re-submit and I'll accept. Thanks!!