View Single Post
  #2  
Old 01-08-2011, 05:26 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Does it make any difference if you use the postMultLinkable operator instead of a group node?
Code:
link = viz.link(tracker,viz.MainView)
link.postMultLinkable(platform)
This should link the view to whatever tracker you use but keep it in the reference frame of the platform.
Reply With Quote