if you wrap ofRotate(...) in push and pop matrix calls you can return to the prev rotation:
ofPushMatrix();
ofRotate(...)
ofPopMatrix();
if you wrap ofRotate(...) in push and pop matrix calls you can return to the prev rotation:
ofPushMatrix();
ofRotate(...)
ofPopMatrix();