ofxOpenVR icon indicating copy to clipboard operation
ofxOpenVR copied to clipboard

ofPushStyle() and ofPopStyle() leads to half grey screen

Open jamesalliban opened this issue 8 years ago • 4 comments

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.

ofxopenvr_error

jamesalliban avatar Dec 08 '16 22:12 jamesalliban

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

smallfly avatar Dec 23 '16 03:12 smallfly

Hi James,

I did have the chance to look in to this yet. Have you find anything?

Thanks

smallfly avatar Feb 25 '17 19:02 smallfly

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

jamesalliban avatar Feb 26 '17 21:02 jamesalliban

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.

fred-dev avatar Dec 14 '17 12:12 fred-dev