Hi ya
i have a some real time motion capture data coming in, which is all very nifty but i want to try and implement some sort of collision capability so that we dont run through walls.
so i've drawn some basic curves which out line the walls, and used a geometry CHOP to get its coordinates. now i'm hoping there is a way to use those values to limit what my mocapp'ed chop is coming up with.
So any ideas would be great appreciated
Jason
Limit CHOP for basic Collision Detection
3143 2 1-
- girBingerOfDoom
- Member
- 3 posts
- Joined:
- オフライン
-
- Antoine Durr
- Member
- 321 posts
- Joined: 7月 2005
- オフライン
girBingerOfDoom
Hi ya
i have a some real time motion capture data coming in, which is all very nifty but i want to try and implement some sort of collision capability so that we dont run through walls.
so i've drawn some basic curves which out line the walls, and used a geometry CHOP to get its coordinates. now i'm hoping there is a way to use those values to limit what my mocapp'ed chop is coming up with.
So any ideas would be great appreciated
Jason
Seems like a simple expression CHOP, where you feed it your mocap and limit channels, and do a max(min(, ),) for each tx, ty, and tz (or at least tx and tz!) Replace the items with ic() expressions referring to the appropriate input, or just $V for .
-
- girBingerOfDoom
- Member
- 3 posts
- Joined:
- オフライン
-
- Quick Links