PDA

View Full Version : Invisible haptic objects


Haptiken
05-05-2009, 05:54 AM
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.

farshizzo
05-05-2009, 04:04 PM
Try hiding the object by disabling viz.RENDERING on it. Example:node.disable(viz.RENDERING)