![]() |
|
#1
|
|||
|
|||
You can create a group node for this:
Code:
import viz import vizact viz.go() group = viz.addGroup() soccerball = viz.addChild('soccerball.osgb',pos=[-0.5,1.8,1.5],parent=group) basketball = viz.addChild('basketball.osgb',pos=[0,1.8,1.5],parent=group) volleyball = viz.addChild('volleyball.osgb',pos=[0.5,1.8,1.5],parent=group) vizact.onkeydown(' ',group.visible,viz.TOGGLE) |
#2
|
|||
|
|||
Quote:
I have a question. Where can I find the list of keywords - such as 'pos' - that I can use for adjustment of children, like orientation? I suppose 'pos' here is similar to 'preTrans' for links. We have a lot of freedom with links, how is it with children in relation to parents defined as such? Cheers, |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Trouble picking text3d objects | Salvar | Vizard | 4 | 12-01-2010 03:07 PM |
static or dynamic objects | shahramy | Vizard | 2 | 11-10-2010 12:32 AM |
Semi-circle array containing target and distractor objects | ptjt255 | Vizard | 3 | 08-04-2009 03:09 AM |
multiple objects | durf | Vizard | 1 | 04-10-2009 01:42 PM |
Could not find plugin to load objects... | halley | Vizard | 1 | 05-30-2006 11:01 AM |