osgQt icon indicating copy to clipboard operation
osgQt copied to clipboard

example of Render To Texture when using QOpenGLWidget

Open WalkingCat opened this issue 4 years ago • 0 comments

tried using the code from offical osgmultiplerendertargets example to implement Render To Texture https://github.com/openscenegraph/OpenSceneGraph/blob/master/examples/osgmultiplerendertargets/osgmultiplerendertargets.cpp code works fine when the app is using QGLWidget as the main viewer, but have problems when using QOpenGLWidget, I see there is problems related to FrameBufferObject stuff, can osgQt provide an semi-official way to do this ?

WalkingCat avatar Apr 30 '20 07:04 WalkingCat