ofxHapPlayer
ofxHapPlayer copied to clipboard
hapQ issue
Hello, I have successfully loaded a hapQ codec video. Unfortunately, I was implementing a fade as seen below on regular hap codec video which is not working with hapQ. Any ideas on this issue? Thanks for the help.
ofColor hapColor = ofColor(255); hapAlpha.a = 50; ofSetColor(hapAlpha);
The shader for HapQ incorrectly ignores the set colour. I'll fix it at some point if nobody makes a pull request first.