![]() |
|
|
|
#1
|
|||
|
|||
|
Sorry, I don't understand exactly what you're trying to do. You can clone the model to conserve memory:
Code:
import viz
viz.go()
viz.MainWindow.setSize([0.5,1])
subWindow = viz.addWindow(pos=[0.5,1.0])
subWindow.setSize([0.5,1])
dojo = viz.addChild('dojo.osgb')
ball = viz.addChild('beachball.osgb',pos=[0,2.5,3])
ball2 = ball.clone(pos=[0,1,3])
ball.renderOnlyToWindows([viz.MainWindow])
ball2.renderOnlyToWindows([subWindow])
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Get object name from an X/Y screen coordinate | williamchappell | Vizard | 2 | 08-08-2013 02:08 PM |
| How to move a text object and its children text objects as a whole | knightgba | Vizard | 2 | 08-24-2010 11:21 AM |
| How can I select and move an object? | nlfrnassimi | Vizard | 1 | 02-11-2009 02:08 AM |
| Getting object position in screen coordinates | v-Salik | Vizard | 1 | 10-19-2007 04:41 PM |
| Move texture from one object to another | Johannes | Vizard | 2 | 02-09-2005 04:55 PM |