@Maedd wrote:
Hey!
I am pretty new to 3d in openFrameworks! How would it be possible to change the view of ofEasyCam via OSC input instead of the MouseInput? Is it possible to get the exact same results that I get with MouseInput? I found some Information, but I actually dont really understand it.
Any Ideas/information on where to start to think/look into? Thank you!Thats the code I would like to automate via OSC, not MouseInput:
easyCam.begin(); ofPushMatrix(); ofTranslate(-ofGetWidth()/2, -ofGetHeight()/2); mesh.draw(); ofPopMatrix(); easyCam.end();
Posts: 1
Participants: 1