<div dir="ltr"><div><div><div>HI Antoine,<br><br></div>The osg::Object base class a coarse grained Object::setUserData(Referenced*) feature, or a fine grained template based Object::setUserValue(strd::string& name, T value); method.  The later functionality is managed via UserData using a UserDataContainer class that agregates use the UserValue's in the form of template UserObjects.<br><br></div>Drawable subclasses from Object so you can get all the functionality you want for there.<br><br></div>Robert.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 24 August 2017 at 10:52, Antoine Rennuit <span dir="ltr"><<a href="mailto:antoinerennuit@hotmail.com" target="_blank">antoinerennuit@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear OSG forum,<br>
<br>
I am currently implementing picking and selection inside my app. I have setup everything up to the point where I can know the osgUtil::Intersection and with it the Drawable that was picked.<br>
<br>
Now, what I am really interested in is not the Drawable or Node itself but the object it represents in my DataBase. Hence I would like to associate my OSG rendered objects with my DataBase objects. To that intent, is there something like a custom data in the Drawables in which I could store a pointer to my DataBase objects? Or should I handle this association and lookup myself?<br>
<br>
Thank you!<br>
<br>
Antoine<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=71520#71520" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?p=71520#<wbr>71520</a><br>
<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</blockquote></div><br></div>