Skip to content

Collision detection on child prims by script in the root is not working #157

@Yichard

Description

@Yichard

After the SL documentation, it should not work at all.

But when tested, it works... just needing 7 minutes to take effect, after resetting or saving the script.

Various combinations of setting/removing physical shapes were tested, to end up with a loop setting the values for each prim independently:
llSetLinkPrimitiveParams(prim1,[PRIM_PHYSICS_SHAPE_TYPE, PRIM_PHYSICS_SHAPE_PRIM]) ;
llSetLinkPrimitiveParams(prim2,[PRIM_PHYSICS_SHAPE_TYPE, PRIM_PHYSICS_SHAPE_NONE]) ;
with a delay of 0.2 seconds between each. The issue persists.

Also see #158 on llPassTouch

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions