![]() |
|
#2
|
|||
|
|||
|
So it sounds like the ball just needs to be linked directly to the ppt and for the pillar you just want to negate the y coordinate. You could use the link.swapPos method for that
Code:
#create two links ballLink = viz.link(ppt, ball) pillarLink = viz.link(ppt, pillar) #negate the y coordiante pillarLink.swapPos([1,-2,3]) |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lightwave objects rotation problem | hosier | Vizard | 6 | 02-13-2009 12:04 PM |
| tracking with multiple LEDS | dan12345 | Precision Position Tracker (PPT) | 7 | 04-02-2008 10:44 PM |
| Problems with making multiple objects from one .wrl? | mjabon | Vizard | 3 | 07-10-2007 01:23 PM |
| Could not find plugin to load objects... | halley | Vizard | 1 | 05-30-2006 11:01 AM |