1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Allow setting custom third person front view camera offset (#13686)

Co-authored-by: Muhammad Rifqi Priyo Susanto <muhammadrifqipriyosusanto@gmail.com>
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
This commit is contained in:
Gregor Parzefall
2023-10-02 13:44:03 +02:00
committed by GitHub
parent 3a4bf14c20
commit 33cc29bbda
9 changed files with 41 additions and 22 deletions

View File

@@ -358,7 +358,7 @@ private:
// get_local_animation(self)
static int l_get_local_animation(lua_State *L);
// set_eye_offset(self, firstperson, thirdperson)
// set_eye_offset(self, firstperson, thirdperson, thirdperson_front)
static int l_set_eye_offset(lua_State *L);
// get_eye_offset(self)