[Bf-committers] last modifs in GHOST_WindowWin32.cpp : "M_PI" is an unknew var for MSVC tools

jean-michel soler jmsoler at free.fr
Sun Nov 12 17:25:19 CET 2006


in 
http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/ghost/intern/GHOST_WindowWin32.cpp.diff?r1=1.12&r2=1.13&cvsroot=bf-blender

 /* convert raw fixed point data to radians */
  	                                                 altRad = 
(fabs((float)ort.orAltitude)/(float)m_maxAltitude) * M_PI/2.0;
  	                                                 azmRad = 
((float)ort.orAzimuth/(float)m_maxAzimuth) * M_PI*2.0;


Regards




More information about the Bf-committers mailing list