ofxOpenVR
ofxOpenVR copied to clipboard
ofPushStyle() and ofPopStyle() leads to half grey screen
Thanks for addon, really excited to be using it.
If you add:
ofPushStyle();
ofPopStyle();
within ofApp::render() the screen goes a light grey on the right eye. Also notice the weird lines on top right and bottom right.
Hi James,
I hope you will find it useful.
I hope to be able to look at this soon / after the holidays. If you find why, do not hesitate to do a PR.
Thanks!
Hugues
Hi James,
I did have the chance to look in to this yet. Have you find anything?
Thanks
Hi Hugues
I didn't really investigate as I find I'm getting on ok without using it. I'm sure I will need it at some stage though so will let you know if I find anything.
Cheers
J
Dis either of you make any progress on this? I am loading some models with OF via ofxAssimpleModelLoader, it has a push and pop view in the native draw, which means I cannot load any models in at all, without removing the push and pop calls and losing control over the model.