<div dir="ltr">Hi Alex,<div><br></div><div>The RayTracedTechnique doesn't included checks against gl_ClipPane so doesn't support standard OpenGL clip plans as is.  You could provide your own shader to do this,</div><div><br></div><div>The MultiPassTechnique is a lot more sophisticated and allows you to constrain the rendering volume to a convex hull geometry, it doesn't have support for gl_CliPlane though - again this could be added by custom shaders.</div><div><br></div><div>Robert</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 7 April 2016 at 15:18, Alex Taylor <span dir="ltr"><<a href="mailto:alextaylor@gmail.com" target="_blank">alextaylor@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm getting started with working on putting together a UI where a user can interactively control clipping planes when displaying a volume rendering created using the osgVolume nodekit.<div><br></div><div>I was wondering how this might interact with RayTracedTechnique</div><div><br></div><div>and ran into this:</div><div><br></div><div><a href="http://comments.gmane.org/gmane.comp.graphics.openscenegraph.user/47113" target="_blank">http://comments.gmane.org/gmane.comp.graphics.openscenegraph.user/47113</a><br></div><div><br></div><div>Has this feature been provided in later versions of the library or, or in MultiPassTechnique? I'd really like to have GPU shaders rendering AND the ability to clip my volume.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>- Alex</div><div><br></div></font></span></div>
<br>_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">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>
<br></blockquote></div><br></div>