smallfly / ofxOpenVR

Implementation of Valve Software's OpenVR API.
MIT License
73 stars 38 forks source link

using of calls in draw ofPushView(); & bind texture. #14

Open fred-dev opened 6 years ago

fred-dev commented 6 years ago

I can't seem to use some standard OF calls in the renderer, I am not using the shader. ofPushView() followed by ofPopView() does not work, it closes the pushView(); opened in openVR.pushMatricesForRender(nEye);

I also cannot bind textures to primitives inside the draw either.