mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Implemented view bobbing (testing simple lemniscate shape)
This commit is contained in:
parent
18771a39cf
commit
ccadebabba
3 changed files with 72 additions and 30 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue