Search found 2 matches

by Gid13
Thu Apr 28, 2011 1:45 am
Forum: Questions and Help
Topic: Need help with physics on a Maze project.
Replies: 3
Views: 3196

Re: Need help with physics on a Maze project.

Any examples of code of how would I link the SimpleCharacterController to my current maze project because the models are just loaded by the content.Load<Model>(); and most of the examples I see on this site have models outputted to different classes.
by Gid13
Thu Apr 28, 2011 12:41 am
Forum: Questions and Help
Topic: Need help with physics on a Maze project.
Replies: 3
Views: 3196

Need help with physics on a Maze project.

Me and a few friends started on a maze project and we have just about everything but 2 things. First we are missing collisions between the player and the maze. Second, we can't get the camera to be a little above the player and follow him. How can we apply your physic engine and make collisions with...