Search found 2 matches

by cygnus
Fri Jun 04, 2010 11:11 am
Forum: Questions and Help
Topic: Integrate BEPU with the skinnedmodelextensions example
Replies: 2
Views: 3740

Integrate BEPU with the skinnedmodelextensions example

Hi all, I've an implementation question for how to combine the Skinned Model Extensions example (from the XNA creators site): http://creators.xna.com/en-US/tutorial/skinnedmodelextensions. (press Enter to see the spheres) I've succeeded in implementing BEPU with static models (fi bricks falling on t...
by cygnus
Fri Feb 12, 2010 7:11 pm
Forum: Questions and Help
Topic: How to match charactercontroller with XNAnimation
Replies: 1
Views: 2887

How to match charactercontroller with XNAnimation

Hi, I'm trying to use BEPU with the XNAnimation library and everything seems to work except the collision detection. I assigned my charactercontroller to the player and updating its position by using: characterController.body.moveTo(player.Position); I've created the charactercontroller with the fol...