Character Controller WP7

Discuss any questions about BEPUphysics or problems encountered.
Post Reply
XaMMaX
Posts: 5
Joined: Sun Aug 04, 2013 7:31 pm

Character Controller WP7

Post by XaMMaX »

Hello!
First of all amazing work on this project!

I want to make fps like camera with collision. Read about Character Controller but looks like it's not included in BEPU 1.2 dll for WP. I also saw demo project with this class but it's target Windows and xbox. I'm kinda new to this things what should I do to use Character Controller in XNA WP7 project?

I'm also tryed to make it with Sphere but I can't get stable collision with my level geometry so I think Character Controller will solve this problems.

Thanks!
Norbo
Site Admin
Posts: 4929
Joined: Tue Jul 04, 2006 4:45 am

Re: Character Controller WP7

Post by Norbo »

You can copy the CharacterController over from the windows demos into the phone demos. You may find that there are version issues between v1.2.0 and the character designed for v1.3.0. In this case, either:
-download the latest dependency free version and compile it (the dependency free is pretty easy to get running on any platform, including in XNA games), or
-download the latest XNA fork version (which is slightly older than the dependency free version) and compile it.
Post Reply