1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<TITLE>AXARTSet3DDopplerScale</TITLE> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META http-equiv="Content-Style-Type" content="text/css"> 9</head> 10 11<BODY> 12 13<H1 align="left">AXARTSet3DDopplerScale</H1> 14 15<H2>C Specification</H2> 16<DL> 17<dd><pre><CODE>#include <revolution.h> 18#include <revolution/axart.h></CODE></pre> 19 </dd> 20<dd><PRE><CODE>void AXARTSet3DDopplerScale(f32 scale);</CODE></PRE> 21 </dd> 22</DL> 23 24<H2>Arguments</H2> 25<P>None.</P> 26 27<h2>Return Values</h2> 28<p>None.</p> 29 30<H2>Description</H2> 31<P><font face="Courier New">AXARTSet3DDopplerScale()</font> sets an arbitrary closing speed scale for the Doppler pitch of 3D sounds. This scale will be used by <A href="AXART_3D.html"><FONT face="Courier New">AXART_3D</FONT></A> articulators to realize pitch for closing speed to the camera.</P> 32 33<H2>See Also</H2> 34<P><FONT face="Courier New"><A href="AXARTSet3DDistanceScale.html">AXARTSet3DDistanceScale</A><BR> <A href="AXART_3D.html">AXART_3D</A></FONT></P> 35 36<H2>Revision History</H2> 37<P>03/01/2006 Initial version.</P> 38 39</BODY> 40</HTML> 41