20,741
edits
Line 259: | Line 259: | ||
shelf osg::PixelBufferObject isn't suitable for read in this way so | shelf osg::PixelBufferObject isn't suitable for read in this way so | ||
you'll need to roll you own support for this.<ref>https://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg18308.html</ref> | you'll need to roll you own support for this.<ref>https://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg18308.html</ref> | ||
For viewers to share the same node group, you need take care of explicitly sync'ing the FrameStamp between each traversal as otherwise the state of the scene graph can get thrashed between different times.<ref>https://www.mail-archive.com/osg-users@lists.openscenegraph.org/msg19107.html</ref> | |||
== Motivation == | == Motivation == |