View Single Post
  #1  
Old 07-24-2016, 12:21 PM
haohaoxuexi1 haohaoxuexi1 is offline
Member
 
Join Date: Sep 2015
Posts: 81
Local coordinate and global coordinate

In the Vizard help, the coordinate is described like below.

Key Concepts
•By default, objects are added as children of the world and positioned in world coordinates.
•Each node has its own local coordinate system that moves with the node.
•A node's coordinate system has its origin at the node's center and axes aligned with the node's orientation.

I have a question, if one node with a local coordinate in pos [1,0,1], so if I apply a spin or moveto command, the object will transform on the base of [1,0,1]

what if I want the object spin or moveto on the base of pos [0,0,0], is there anything can do with it except for change the coordinate from the modeling software and add the object again to Vizard?
Reply With Quote