Hello all,<br><br>I have a basic question regarding the tracker, tools and the scene graph:<br><br>when a tool is attached to a tracker ( tool->RequestAttachToTracker(tracker) ). Is that tool also attached to the tracker in the scenegraph?<br>
<br>If so, suppose we have the following scene graph:<br><br>tool--->tracker--->worldReference(axesObject)<br><br>How it is possible that I get a 'CoordinateSystemTransformToDisconnectedEvent' when trying to observe tranformations events of 'tool'? <br>
If I explicitly connect the tool to the tracker by tool->SetTransformAndParent(Identity, tracker) I get null tranformations. I don't know but I guess that maybe the problem is related to the configuration of the tool.<br>
<br>Thank you in advance for your help.<br><br>Best Regards,<br>Rafael Palomar.<br>