[osg-users] Shadow Implement.

Robert Osfield robert.osfield at gmail.com
Tue Sep 10 01:22:01 PDT 2019


Hi Franco,

On Tue, 10 Sep 2019 at 03:23, Franco Tang <osgforum at tevs.eu> wrote:

> I guess that some code in osg is out-of-date and it's a bit diffcult to
> mantain the community. However, I believe they had done pretty good work.
>

It's not so much that the OSG code is out-of-date, more that a range of
different approaches to doing shadows, which approach works best is very
data/application specific so general purpose shadow code that osgShadow
provide can fall short, simply because it doesn't know what going to be
best for you scenes.  It's also a bit out-of-date too though :-)

For some scene types you might well find that one of osgShadow
ShadowTechnique implementations does actually work well for your scenes, if
so, great go an use it.

However, I would recommended learning about shadowing can be done in modern
hardware and modern extensions.  Then see what approaches might provide the
best visual quality/perfornance for your datasets.   Most modern
applications will also be writing your own shaders, so shadows is something
would fit within this well.   It does require more knowledge but the
results have the potential for being better.

Robert.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20190910/2a7d351d/attachment.html>


More information about the osg-users mailing list