WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 11-09-2010, 02:00 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can disable collision detection for individual models:
Code:
import viz
viz.go()

viz.collision(viz.ON)

court = viz.add('court.ive')

box = viz.add('box.wrl',pos = [0,1.5,5])
box.disable(viz.INTERSECTION)
Reply With Quote
 


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
Collision and avatar animation shahramy Vizard 2 10-26-2010 11:47 PM
Collision notifications CarlosRamos Vizard 3 05-25-2010 02:33 PM
physics engine exception ad_astra Vizard 3 03-25-2009 11:31 AM
Collision with child nodes rubberpimple Vizard 4 09-17-2008 04:27 PM
Collision detection with haptic pen mjabon Vizard 3 01-17-2008 06:35 PM


All times are GMT -7. The time now is 01:01 PM.


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