#1
|
|||
|
|||
Invisible haptic objects
A project is done with high resolution objects. For performance reasons, low resolution objects is placed in the same place as the visible and they are not rendered (obj.visible(viz.OFF)). But they seems not to be touchable by the Phantom Omni.
How to do invisible objects so they are touchable? They need to be invisible. |
#2
|
|||
|
|||
Try hiding the object by disabling viz.RENDERING on it. Example:
Code:
node.disable(viz.RENDERING) |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
multiple objects | durf | Vizard | 1 | 04-10-2009 01:42 PM |
Lightwave objects rotation problem | hosier | Vizard | 6 | 02-13-2009 12:04 PM |
Collision detection with haptic pen | mjabon | Vizard | 3 | 01-17-2008 06:35 PM |
Could not find plugin to load objects... | halley | Vizard | 1 | 05-30-2006 11:01 AM |
putting objects on the screen | jargon | Vizard | 7 | 05-24-2005 11:31 AM |