<div dir="ltr"><br><br>在 2020年6月29日星期一 UTC+8下午7:56:26,OpenSceneGraph Users写道:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr"><div>Does this happen with all models?</div><div><br></div><div>The underlying intersection code will be the same whether you using osgick code integrated with osgviewerMFC or using the osgpick.  I don't know why you mention vsgviewer as it doesn't having picing code it, so do you add it?</div><div><br></div><div>The thing that will change with the different viewer might be the mouse coordinates or the projection matrices used.  The other possibility is that it's just fluke and it just happens that with your modified osgviewerMFC it's showing problems.</div><div><br></div><div>If it's not a viewer specific issue then numerical precision issues can cause intersection misses.  The osgUtil::IntersectionVisitor/<wbr>LineSegmentIntersector that underpins picking has had various improvements over the years to help minimize this.  You can also select double precision maths.</div><div><br></div><div>You don't mention anything about your data, or the OSG version you are using so we can only provide general statements.   You'll need to provide more information about your data, OSG version, the exact code modifications you've made for us to be provide any further help.<br></div><div><br></div><div>Robert.<br></div></div>
</blockquote></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:osg-users+unsubscribe@googlegroups.com">osg-users+unsubscribe@googlegroups.com</a>.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/osg-users/6e02bb88-92ea-40bd-a309-a134e8b23870o%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/osg-users/6e02bb88-92ea-40bd-a309-a134e8b23870o%40googlegroups.com</a>.<br />