![]() |
|
|
|
#1
|
|||
|
|||
|
Hi can any one help, when controlling an avatar with the mouse and button commands, how do I remove the “flying Robot” from the non camera view?
|
|
#2
|
|||
|
|||
|
Are you creating multiple windows with different views? If so, you can prevent a node from rendering to all windows using the <node3d>.renderOnlyToWindows command.
|
|
#3
|
|||
|
|||
|
Jeff many thanks will give it a go today and let you know the outcome.
|
|
#4
|
|||
|
|||
|
Jeff tried and failed
|
|
#5
|
|||
|
|||
|
Sorry, that's a Vizard 4 command. The following should work for Vizard 3:
Code:
import viz
import vizact
import steve
viz.go()
steve = steve.Steve(pos=[0,1,7],euler=[180,0,0])
court = viz.addChild('court.ive')
subWindow = viz.addWindow()
mask = viz.addNodeMask()
steve.setMask(mask)
viz.MainWindow.setCullMask(mask)
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| camera view remove flying robot | robgulwell | Vizard | 0 | 11-15-2011 02:01 AM |
| vizdlg Panel: Add and remove | disbeat | Vizard | 2 | 02-08-2011 01:44 PM |
| Remove link and have object drop/collide? | cgibb | Vizard | 6 | 03-02-2010 05:18 PM |
| How to remove the head from avatar | Xianshi Xie | Vizard | 2 | 06-22-2009 10:05 AM |
| How to remove a modifier | Joran | Vizard | 1 | 05-27-2009 01:53 PM |