From: <de...@us...> - 2003-01-11 10:54:42
|
Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Include In directory sc8-pr-cvs1:/tmp/cvs-serv23270 Modified Files: HudGeometricElement.h Log Message: no message Index: HudGeometricElement.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Include/HudGeometricElement.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** HudGeometricElement.h 12 Dec 2002 21:10:16 -0000 1.3 --- HudGeometricElement.h 11 Jan 2003 10:54:39 -0000 1.4 *************** *** 48,52 **** virtual ~HudGeometricElement(); void MakeHsi(); ! void MakeFpm(float const p_radius = 10.0, float const p_segLengthH = 10.0, float const p_segLengthV = 5.0); virtual void OnUpdate(); void OnUpdate(osg::Vec3 const & p_position, float p_fangle = 0.0); --- 48,52 ---- virtual ~HudGeometricElement(); void MakeHsi(); ! void MakeFpm(float const p_radius = .005, float const p_segLengthH = .01, float const p_segLengthV = 0.005); virtual void OnUpdate(); void OnUpdate(osg::Vec3 const & p_position, float p_fangle = 0.0); |