Hi Roy!
I'm having an issue with reloading the camera position in v0.11 (only tested from windows so far).
To reproduce:
- Move the camera into a new orientation and then, by holding 'm', click and drag the camera to a new position.
- Save the camera using ofxCameraSave.
- Double click to reset the camera.
- Reload using ofxCameraLoad.
Result:
Camera orientation reloads but the position seems to jump back to the original reset position, but with the correctly saved orientation.
I tried:
Unfortunately, cam.setAutoDistance(false) didn't resolve this.