Re: [osg-users] [osgPlugins] ffmpeg plugin halting during playback of some videos

2015-04-08 Thread Trystan Larey-Williams
Hi all, We ended up with a complete rewrite of the ffmpeg plugin that we've found to provide much more stable and reliable playback compared to the bundled one on the 3.2.x line. The developer hired believed a complete rework was the most expedient path to fix the various issues we

Re: [osg-users] Possible bug in dev version:no call to initializeExtensionProcs for embedded window

2015-04-08 Thread Sergey Kurdakov
Hi Robert, I tracked my error. my osg is a port of osg to emscripten, so no switch of contexts happens, for that matter to reduce workload I commented in void ViewerBase::renderingTraversals() line makeCurrent(*itr); in for(itr = contexts.begin(); itr != contexts.end() !_done;

[osg-users] Culling with custom clip planes

2015-04-08 Thread Jannik Heller
Hi, In the osgreflect example a ClipNode is used to remove unwanted objects behind the reflection. Is there a way that in addition to clipping these objects, we could also cull them? Objects that are entirely behind the reflection obviously do not need to be rendered. From what I could tell in