View Single Post
  #1  
Old 02-28-2010, 05:33 PM
cgibb cgibb is offline
Member
 
Join Date: Apr 2009
Posts: 14
Remove link and have object drop/collide?

Hello,

Is there an easy way to remove a link, but then have the object drop and collide with other objects?

For example: a user picks up an object, a link is created with viz.grab(foo,bar), and when they right click, the link is removed with link.remove().

Is it possible for that object to fall to the ground/collide with another object (table, floor, etc.) without manually setting the position? Currently, it floats in mid-air.

Thanks in advance!
Reply With Quote