![]() |
#2
|
|||
|
|||
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) |
|
|
![]() |
||||
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 |