Character Controller

Discuss any questions about BEPUphysics or problems encountered.
Post Reply
pentex
Posts: 1
Joined: Wed Mar 21, 2012 9:02 pm

Character Controller

Post by pentex »

Hi,

I'm new to using BEPU, I've found the source code for the demos on the codeplex website, I was looking at the character controller stuff but I noticed that it only seems to be available in the demo project. So I was wondering if there was a .dll with the character controller stuff included? And if not then what would be the best way to make use of the character controller stuff in my own project? Would I just need to add the demo project to my solution?

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

Re: Character Controller

Post by Norbo »

So I was wondering if there was a .dll with the character controller stuff included? And if not then what would be the best way to make use of the character controller stuff in my own project? Would I just need to add the demo project to my solution?
There is not a specific .dll for the character. It's in the demos as an exercise in extensibility and because the characters' source code is frequently customized. The easiest way to use it is just to plop the desired code right into your project.
Post Reply