Discussion:
[osg-submissions] logo plugin culling
Mathieu MARACHE
2017-11-29 10:13:45 UTC
Permalink
Make the culling be disabled at the drawable level. It was at the geode's
level (correct when drawables were not Nodes) making the logo being culled
when the scene's bounding sphere's center was culled...
<https://github.com/openscenegraph/OpenSceneGraph/pull/394#partial-pull-merging>

Thease are really simple PR on 3.4 and master branch

https://github.com/openscenegraph/OpenSceneGraph/pull/393
<https://github.com/openscenegraph/OpenSceneGraph/pull/394> on
OpenSceneGraph-3.4
https://github.com/openscenegraph/OpenSceneGraph/pull/394 on master
Robert Osfield
2017-11-29 10:56:54 UTC
Permalink
Thanks Marhieu, fixes merged :-)
Post by Mathieu MARACHE
Make the culling be disabled at the drawable level. It was at the geode's
level (correct when drawables were not Nodes) making the logo being culled
when the scene's bounding sphere's center was culled...
Thease are really simple PR on 3.4 and master branch
https://github.com/openscenegraph/OpenSceneGraph/pull/393 on
OpenSceneGraph-3.4
https://github.com/openscenegraph/OpenSceneGraph/pull/394 on master
_______________________________________________
osg-submissions mailing list
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
Loading...