[Gcblue-commits] gcb_wx/include/graphics tc3DModel.h,1.15,1.16
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-05-21 02:00:36
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19557/include/graphics Modified Files: tc3DModel.h Log Message: Mods to allow aircraft to load / unload with airbase stores, simplified flight model Index: tc3DModel.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tc3DModel.h,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** tc3DModel.h 17 May 2005 00:20:39 -0000 1.15 --- tc3DModel.h 21 May 2005 02:00:27 -0000 1.16 *************** *** 72,76 **** osg::Vec3 axis; float omega; ///< radians per second ! int *switchVariable; ///< rotate if switchVariable is NULL or *switchVariable is non-zero float *controlVariable; osg::MatrixTransform* transform; ///< transform to rotate --- 72,76 ---- osg::Vec3 axis; float omega; ///< radians per second ! short int *switchVariable; ///< rotate if switchVariable is NULL or *switchVariable is non-zero float *controlVariable; osg::MatrixTransform* transform; ///< transform to rotate |