MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.69k stars 1.34k forks source link

Request for documentation for ... #5088

Closed NikitasMaragkos closed 1 year ago

NikitasMaragkos commented 1 year ago

I was trying to understand the concept of unexpected movements of the camera when the player was moving. Some examples:

1) Move the player left and then right. You will see that the point at which the player is looking is lower or higher than before. 2) Jump and you will notice that the point at which the player is looking is lower or higher than before.

After a conversation I opened in Discord the community mentioned that it is probably because I had enabled Head Bobbing. And that is true. Although, this option was named as "Bobbing". So, I open this issue just to rename this option as "Head Bobbing" for more clarity. image (1)

NikitasMaragkos commented 1 year ago

This issue is fixed by just replacing "Bobbing" with "Head Bobbing" by my PR.