WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
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


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:37 PM.


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