![]() |
|
#2
|
|||
|
|||
|
Linking should be done in the right order, so: viz.link(parent, child). In your sample, you've linked the arrow to the viewport instead of the other way around.
Also if you don't need actually need the arrow, just replace it with an empty node like so: Code:
viewNode = viz.addGroup() viewLink = viz.link(viewNode, viz.MainView) |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hand Grab and Object Action | rmcconnell11 | Vizard | 2 | 04-30-2014 06:51 AM |
| Rotate object around mainView? | performlabrit | Vizard | 3 | 12-19-2013 06:31 AM |
| How to render a texture of the transparent object and then blur it | whj | Vizard | 1 | 09-25-2012 03:15 PM |
| retrieve Object names | Geoffrey | Vizard | 11 | 12-11-2009 04:26 AM |
| rotate to object | jargon | Vizard | 1 | 08-08-2005 12:20 PM |