Go to the source code of this file.
◆ update_camera_interp_pos()
Definition at line 14 of file cam_mode_interp.c.
14 {
18
24
27
31
35
39
43
47 }
48
49
50
54
58 } else {
60 }
61 }
65 } else {
67 }
68 }
72 } else {
74 }
75 }
76
80
81
82
86
90
94
98
99
100
101 dx = (x -
camera->lookAt_eye.x) * 0.5f;
102 dy = (y -
camera->lookAt_eye.y) * 0.5f;
103 dz = (z -
camera->lookAt_eye.z) * 0.5f;
104
108 } else {
110 }
111 }
115 } else {
117 }
118 }
122 } else {
124 }
125 }
126
130
131
132
137
141}
BSS s32 PopupMenu_SelectedIndex
Referenced by update_cameras().