Cinder-Syphon icon indicating copy to clipboard operation
Cinder-Syphon copied to clipboard

added ability to publish a gl::Texture for current FBO support

Open nselikoff opened this issue 10 years ago • 1 comments

Overloading publishTexture so that one can do:

mSyphon.publishTexture( mFbo.getTexture() );

Not my idea, but I need it for a project; see https://forum.libcinder.org/topic/an-easier-cinder-syphon for discussion.

nselikoff avatar Apr 18 '14 02:04 nselikoff

thanks for this. without this functionality it is quite cumbersome to publish an Fbo texture.

gaborpapp avatar Jun 04 '14 18:06 gaborpapp