Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

How to reset ofRotate to original position

$
0
0

I'm drawing lots of objects around a circle by incrementing an angle val passed into ofRotate() a certain number of degrees every time I loop, as follows:

void ofApp::setup(){
    angle = 0.1;
}
void ofApp::draw(){
    ofRotate(angle);
    myObject.draw();
}

ofRotate() continues from it's previous rotation every time it's called. So after my app loops an arbitrary x number of times, and thus my canvas is rotated x number of times, how could I rotate it back to its original position? Is there a function or method for that? Anybody ever find a way to achieve this?


Viewing all articles
Browse latest Browse all 40524

Trending Articles



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