#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
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.
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Texture Coordinates in a Cube Map | mshukun | Vizard | 2 | 05-10-2013 01:31 PM |
Setting up render node for shadowing | whaleeee | Vizard | 2 | 05-06-2013 11:20 AM |
How do coordinates in IS900 thransform into coordinates in vizard's world | jacky | Vizard | 1 | 08-11-2011 11:44 AM |
trouble changing subnode (child node) color, alpha, etc. | michaelrepucci | Vizard | 7 | 01-14-2009 09:38 PM |
Pivot points for child objects in Vizard with 3ds Max | Gladsomebeast | Vizard | 0 | 09-19-2006 12:21 PM |