- Home /
How to pickup objects with Kinect (using colliders)
so i'm working on a kinect project a simple memory game where we have 4 objects 2 red ones and 2 green ones the objective is to store them in a red box and a green box, i get feedback from the kinect and i'm able to control the cursor with my hands and the cursor changes color when it hovers the object i want to pick up, now i need help on making kinect pickup that object and drop it in a box
if there is no solution with colliders, there's no problem i just want it to work
we are coding on C#, and using colliders to change the cursor color.
I have no experience with $$anonymous$$inect, but one common method of picking up objects with colliers is to dynamically construct a spring joint. See the standard DragRigidbody.js script for an example.
Your answer
Follow this Question
Related Questions
Pickup Bullets 1 Answer
Move hit.point 1 Answer
Concave collider error 0 Answers
Can someone help me with the initialize and pick up script, please? 1 Answer
Raycast/Non-Physics Collider Discrepancy 0 Answers