OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pitchvel
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/QW/client/
view.c
160
if (cl.nodrift || !cl.
pitchvel
)
162
cl.
pitchvel
= v_centerspeed.value;
172
cl.
pitchvel
= 0;
195
cl.
pitchvel
= 0;
218
cl.
pitchvel
= 0;
222
move = host_frametime * cl.
pitchvel
;
223
cl.
pitchvel
+= host_frametime * v_centerspeed.value;
231
cl.
pitchvel
= 0;
240
cl.
pitchvel
= 0;
client.h
252
float
pitchvel
;
member in struct:__anon11524
/external/quake/quake/src/WinQuake/
view.cpp
154
if (cl.nodrift || !cl.
pitchvel
)
156
cl.
pitchvel
= v_centerspeed.value;
166
cl.
pitchvel
= 0;
189
cl.
pitchvel
= 0;
212
cl.
pitchvel
= 0;
216
move = host_frametime * cl.
pitchvel
;
217
cl.
pitchvel
+= host_frametime * v_centerspeed.value;
225
cl.
pitchvel
= 0;
234
cl.
pitchvel
= 0;
client.h
182
float
pitchvel
;
member in struct:__anon11809
/gdk/samples/quake/jni/
view.cpp
154
if (cl.nodrift || !cl.
pitchvel
)
156
cl.
pitchvel
= v_centerspeed.value;
166
cl.
pitchvel
= 0;
189
cl.
pitchvel
= 0;
212
cl.
pitchvel
= 0;
216
move = host_frametime * cl.
pitchvel
;
217
cl.
pitchvel
+= host_frametime * v_centerspeed.value;
225
cl.
pitchvel
= 0;
234
cl.
pitchvel
= 0;
client.h
182
float
pitchvel
;
member in struct:__anon17554
Completed in 435 milliseconds