WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 11-16-2011, 03:50 AM
robgulwell robgulwell is offline
Member
 
Join Date: Nov 2010
Posts: 5
Question how do I remove the “flying Robot”

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?
Reply With Quote
  #2  
Old 11-16-2011, 04:28 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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.
Reply With Quote
  #3  
Old 11-21-2011, 12:37 AM
robgulwell robgulwell is offline
Member
 
Join Date: Nov 2010
Posts: 5
Jeff many thanks will give it a go today and let you know the outcome.
Reply With Quote
  #4  
Old 11-21-2011, 07:44 AM
robgulwell robgulwell is offline
Member
 
Join Date: Nov 2010
Posts: 5
Jeff tried and failed
Reply With Quote
  #5  
Old 11-21-2011, 05:46 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
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)
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
camera view remove flying robot robgulwell Vizard 0 11-15-2011 01:01 AM
vizdlg Panel: Add and remove disbeat Vizard 2 02-08-2011 12:44 PM
Remove link and have object drop/collide? cgibb Vizard 6 03-02-2010 04:18 PM
How to remove the head from avatar Xianshi Xie Vizard 2 06-22-2009 09:05 AM
How to remove a modifier Joran Vizard 1 05-27-2009 12:53 PM


All times are GMT -7. The time now is 03:23 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC