01-05-2005 14:03
Hi,

I have a set if linked prims, which I need to be phantom, and want to detect which one has been collided with.

I am using llDetectVolume to make the whole object phantom and detect the collisions, which works great, and llDetectedLinkNumber to get which prim was collided with.

When llDetectVolume is on, they go phantom, collisions are detected but llDetectedLinkNumber always returns 0.

When I rem out llDetectVolume, it now reports properly, but the prims are now solid, which I don't want.

Is this a known behavior ?

Jingwe