Re: [Quake-C] Using v_forward vs. Aim () function ?
Quake C mods and support - SSQC / CSQC
Brought to you by:
teknoskillz
From: <je...@qb...> - 2016-09-29 17:29:32
|
<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div><span style="font-size: 10pt;">The Quake source code comment says it's missile speed, and the argument is read, but it's not actually used in the function. See PF_Aim in pr_cmds.c This function is loaded with various tasks, so overhead could be an issue if calling it a lot.</span></div><div><br></div> <blockquote id="replyBlockquote" webmail="1" style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size:10pt; color:black; font-family:verdana;"> <div id="wmQuoteWrapper"> -------- Original Message --------<br> Subject: [Quake-C] Using v_forward vs. Aim () function ?<br> From: "Cobalt" <<a href="mailto:co...@te...">co...@te...</a>><br> Date: Thu, September 29, 2016 12:19 pm<br> To: "QC" <<a href="mailto:qua...@li...">qua...@li...</a>><br> <br> Recently discovered if you call makevectors and get a v_forward, you basicly <br> wind up with the same result as if you did:<br> <br> aim (self, x);<br> <br> What exactly is the ' x ' float for in that function?<br> <br> <br> <br> ------------------------------------------------------------------------------<br> _______________________________________________<br> - The QC users mailing list -<br> <a href="mailto:Qua...@li...">Qua...@li...</a><br> <a href="https://lists.sourceforge.net/lists/listinfo/quake-c-users">https://lists.sourceforge.net/lists/listinfo/quake-c-users</a><br> Project Homepage: [ <a href="https://sourceforge.net/projects/quake-c">https://sourceforge.net/projects/quake-c</a>/ ]<br> </div> </blockquote></span></body></html> |