Page 1 of 1

Character Controller

Posted: Sat Mar 24, 2012 8:02 pm
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

Re: Character Controller

Posted: Sat Mar 24, 2012 8:09 pm
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.