All Tags » player (RSS)

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Camera follow or attach camera

    Newbie here again. I've been working on this problem for 3 days or so now. I'm trying to make a camera follow my character in a game I made using the GameManagementSample. I found that if I type my game score code into the GamePlayScreen.cs it shows on the screen the way I want. But I can't...
    Posted to Using SunBurn by awethem on 09-12-2012
  • Re: Creating a First Person camera

    Ok so I have already made a game project which I like I will have to make a new one right. And do the camera functions work like plugins in the editor? THANKS!
    Posted to Using SunBurn by Vladislav Maximovich Fomitchev on 01-24-2012
  • Creating a First Person camera

    Hello I have just recently gotten sunburn indie and was wondering how to make a first person camera for my game. any help is appreciated! THANKS!
    Posted to Using SunBurn by Vladislav Maximovich Fomitchev on 01-23-2012
  • getting started with physics player movement etc...

    Hello. I have just recently bought the sunburn game engine and I am very excited to start using it . but first I have a few questions. I have just recently begun programming but I know enough to get by but I need help getting started. For instance does anyone know a good tutorial on player movement....
    Posted to Using SunBurn by Vladislav Maximovich Fomitchev on 01-22-2012
  • Collision issues

    I do really need help the sliding collision and flytrough problem so here's my code for player movement: public override void Update(GameTime gametime) { input();// this is where i modify the vector3 force variable if (force.X != 0 || force.Z != 0) this.CollisionMove.ApplyObjectForce(force); else...
    Posted to Using SunBurn by Vittorio Messina on 10-31-2011
Page 1 of 2 (40 items) 1 2 Next >