WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Child node coordinates (https://forum.worldviz.com/showthread.php?t=4844)

fabioped 10-08-2013 08:25 AM

Child node coordinates
 
I have this sample 3ds file with 4 objects:
https://dl.dropboxusercontent.com/u/178438/teste.3ds

How can I see the relative coordinates of these objects?

From this:

def update(a):
p = viz.pick(info=True)
print p.object.getPosition(viz.ABS_GLOBAL)

viz.callback(viz.UPDATE_EVENT, update)

I always see [0,0,0]

using viz.REL_GLOBAL I see the same.

Jeff 10-09-2013 02:40 PM

If you open up that model in Inspector and click on each of the sub-parts you'll see that the selection origin does not change. Each sub-part must have it's own transform to return a different position. Take a look at the video tutorial in the Hierarchical Models article. That shows an example of setting up the hierarchy in Max and getting the absolute positions of sub-parts in Vizard.


All times are GMT -7. The time now is 11:01 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC