🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Project Anima Devlog

Profile
Brazil - Campinas - SP
0 comments
2 entries
Advertisement
VictorLuccasSVL
May 06, 2021
Jumping, Targeting and more

First things first, before we talk about what is new, we must talk about a problem present in our Movement script from before, a problem that showed up once jumping was implemented.

Trying to move towards a direction, while being blocked by a wall, was causing some jitteriness, and even worse, it wa…

6,736 views
VictorLuccasSVL
April 29, 2021
Basic movement and camera

For our first goal, to allow the player to move sideways, forward and backward. The approach chosen is to accumulate inputs from normal frames, and apply them on the physics frames.

Both GetInputs() and AcumulateDelocation() are called on Update, and OperatePhysicsMovement() is called on FixedUpdat…

16,089 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
12 Followers
15 Entries
12 Followers
johnhattan
Programmer
1,277 Entries
48 Followers
ApochPiQ
Generalist
628 Entries
43 Followers
dgreen02
Generalist
338 Entries
55 Followers
Advertisement