![]() |
|
#2
|
|||
|
|||
|
Hi Andy,
Is this the effect which you want? Code:
import viz
viz.go()
box = viz.add('box.wrl', pos=[0,0,0])
plan = viz.add('tut_ground.wrl')
mySensor = viz.add( 'testtrack_all.dls' )
link = viz.link(mySensor, box, mask=viz.LINK_ORI)
link.preScale([1,0,0], target = viz.LINK_ORI_OP)
viewLink = viz.link(link, viz.MainView)
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to pass only 1 axis of the position signal from the source to the dest in a LINK? | Zhi | Vizard | 2 | 04-04-2013 07:28 AM |
| How can I link MainView with HMD and a 3d node? | Salvar | Vizard | 5 | 03-22-2011 08:14 PM |
| Link MainView to instable platform | sleiN13 | Vizard | 2 | 01-10-2011 12:33 AM |
| Remove link and have object drop/collide? | cgibb | Vizard | 6 | 03-02-2010 04:18 PM |
| Object rotating around world axis, not own axis | tacbob | Vizard | 1 | 02-15-2007 09:12 AM |