gameoverhack / ofxOpenNI

Wrapper for OpenNI, NITE and SensorKinect
gingold.com.au
Other
246 stars 121 forks source link

drawMasks won't use alpha in experimental branch #21

Open naychrist opened 11 years ago

naychrist commented 11 years ago

hey there, love this addon - use it all the time.

need to have auto skeleton tracking so am using experimental branch. also need masks but in the experimental branch it always draws white for the transparent pixels, even after ofEnableBlendMode(OF_BLENDMODE_ALPHA) or ofEnabelAlphaBlending()

am I missing something? Also, it would be great to have a function to set the colour of the mask to something other than black.

cheers, nay