Re: [osg-users] Problems with MRT

2018-05-15 Thread Rômulo Cerqueira
Hi, just updating my progress: What have I got so far? [ ✓ ] Allow rendering for color or depth buffers on the same camera; [ ✓ ] Display only the color buffer in the post render camera; [ ✓ ] Read color or depth buffer in the final draw callback; [ ✗ ] Write collected image (color or depth) in

Re: [osg-users] conversion from .vert/.frag files to cpp inline

2018-05-15 Thread Christoph Dohmen
Hi Robert, that's it, I tried several osg examples but missed the osg2cpp one :-( Thank you! Cheers, Christoph -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=73643#73643 ___ osg-users mailing list

[osg-users] conversion from .vert/.frag files to cpp inline

2018-05-15 Thread Christoph Dohmen
Hi all, is there any easy 'conversion utility' to create cpp inlined definition of shader sources from .vert / .frag files? Thanks! Cheers, Christoph -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=73641#73641