1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Implemented view bobbing (testing simple lemniscate shape)

This commit is contained in:
Kahrl
2011-09-08 13:03:55 +02:00
parent 18771a39cf
commit ccadebabba
3 changed files with 72 additions and 30 deletions

View File

@@ -1477,7 +1477,7 @@ void the_game(
if(FIELD_OF_VIEW_TEST)
{
client.updateCamera(v3f(0,0,0), v3f(0,0,1), M_PI);
client.updateCamera(v3f(0,0,0), v3f(0,0,1), camera_fov);
}
else
{