Help with Pose Gesture Tracking
Forewarning
I'm not the best at programming (I can program in a pinch but nothing from scratch in javascript) but am pretty good at using the visual scripting feature.
Anyway I've been using the Full Body Tracking ML components built into the LS client and the scripts from the Full body triggers template but have been having trouble getting it to work.
What I want to happen:
When you spread your arms as if you are a bird spreading your wings you get wings to appear (made out of chain physics which is harsh on the system hence why I only want them to show on trigger). It will be made of 4 checkpoints of arm poses (from rest position to Tpose) and each pose will show more of the objects.
The issue I'm running into is that when I have RightHip tracking enabled (figured out after hours of debug) none of the ML component's children show up. When I don't have RightHip enabled the gesture tracking never reads true. I'm not sure if it's not checking or if the gesture math is dependent on it existing because I tried setting the component to a different tracking type and it still caused all my objects to not show up.
The only debug message I'm getting is when I have RightHip enabled and the pose reads true but the objects only show if they are not children of the tracking components.
The other scripts I'm using are chain physics and behavior helper scripts and one I wrote to control a text object (I tried removing it as well to no avail).
I'd appreciate any help!
cc Brandon / Apoc (You seem to be the leading expert on scripting around here) ^.^