osgRecipes
osgRecipes copied to clipboard
OpenSceneGraph (OSG) Recipes
Scene freezes when combining the VDSM in osgShadow and (pe)ssao implementation in effectcompositor
Hi Rui, I tried to make the effectcompositor work by running those examples (colorgrading.xml, ssao.xml, etc.) However, when I enabled both --shadowed argument and (pe)ssao.xml, the scene just freezed in...
Hi @xarray , We're attempting to use your excellent EffectCompositor snippet in OpenMW, but run into an issue trying to chain multiple effects together. I couldn't find any example of...
Hi @xarray , Just cloned the repo and noticed that test.xml for osgeffectscompositor.cpp is not present. https://github.com/xarray/osgRecipes/blob/master/effectcompositor/osgeffectcompositor.cpp#L140 Am I missing something? Also CMake is not looking in the correct places...
You switched out two parameters the wrong way. https://github.com/xarray/osgRecipes/blob/master/integrations/osgdb_physfs/ReaderWriterPhysFS.cpp#L90 `PHYSFS_read( handle, &(buffer[0]), filesize, 1 );` should be `1, filesize` (no joke) Other than that, the code was outstanding, small and...
Hi Array: i want to integrate openGL code inside OSG., and i have read you cookbook ,in the book you said there are few ways to do this.As we know,we...
Hello. I try to use AntTweakBar along with Opengl core. So i call TwInit( TW_OPENGL_CORE, NULL ); The problem is that i get some errors: Cannot load function glBlendColor Cannot...
Hello. Thank you very much for your previous answers. I closed by mistake the previous thread. So if i create a Drawble, which calls TwDraw() and add this drawable (using...
Code: https://github.com/Eyescale/Equalizer/tree/master/examples/osgScaleViewer Overview: http://www.equalizergraphics.com/applications/osgScaleViewer.html