<div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>I've just submitted a related code sample to osg-submissions. It currently does bump mapping and soft shadows.<br><br></div></div>Things to improve are:<br></div>  - this needs to support more light sources (not necessarily for shadowing though)<br></div>  - it needs better material handling (support for emissive colors, reflective surfaces, gloss maps...)<br><br></div>Christian<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-02-14 22:02 GMT+01:00 Sebastian Messerschmidt <span dir="ltr"><<a href="mailto:sebastian.messerschmidt@gmx.de" target="_blank">sebastian.messerschmidt@gmx.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Vincent,<span class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is OSG capable to doing a pipeline featuring deferred shading, normal mapping and shadow mapping, with point lights and directional lights?<br>
</blockquote></span>
Yes, but it will require some work.<br>
The only problematic part is the shadow mapping, as the current implementations created some headache when it came to separate shadow-mapping and lighting pass.<br>
You can take a look at osgPPU for minimal example IIRC. At least there is some example how to setup MRT-FBO and multiple passes.<br>
OpenFlightGear seems to have some deferred pipeline too, so may asking in their forum might give you some additional hints.<br>
<br>
Cheers<span class="HOEnZb"><font color="#888888"><br>
Sebastian</font></span><div class="HOEnZb"><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=66115#66115" rel="noreferrer" target="_blank">http://forum.openscenegraph.org/viewtopic.php?p=66115#66115</a><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</div></div></blockquote></div><br></div>