Hallo,

I am trying to get multisampling working with the deferred shading stage.
I tried setting the render target with an FBO with

    fbo->setEnableMultiSample(true);
    fbo->setColorSamples(4);
    fbo->setCoverageSamples(4);

but this does nothing, I also tried to set those on the color attachment (a
render buffer).
..but still no luck :/

Anyone an idea on getting multisampling to work with deferred shading?

thanks a lot!

best regards,
Victor
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to