View Single Post
  #1  
Old 03-13-2012, 03:39 AM
nihohit nihohit is offline
Member
 
Join Date: Nov 2011
Posts: 16
Non-viewpoint, non-physics collisions

Hi,
I'm trying to create a function in which, when a hand (controlled by a 5dt glove) touches objects, a certain onCollision(touchedObject) will be called.

From the manual and my failed attempts, I understood the the viz.COLLIDE_NOTIFY and viz.COLLIDE_BEGIN_EVENT flags are relevant only for viewpoint collisions. Are there other commands that can be used?

Thanks,
Shachar
Reply With Quote