[Gcblue-commits] gcb_wx/src/sim tc3DViewer.cpp,1.25,1.26 tcPlatformObject.cpp,1.9,1.10
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-01-16 00:04:17
|
Update of /cvsroot/gcblue/gcb_wx/src/sim In directory sc8-pr-cvs1:/tmp/cvs-serv26093/src/sim Modified Files: tc3DViewer.cpp tcPlatformObject.cpp Log Message: animation Index: tc3DViewer.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/sim/tc3DViewer.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** tc3DViewer.cpp 10 Jan 2004 21:55:31 -0000 1.25 --- tc3DViewer.cpp 16 Jan 2004 00:04:14 -0000 1.26 *************** *** 894,898 **** cameraLookAz = 0; cameraLookEl = 0; ! simState = NULL; --- 894,898 ---- cameraLookAz = 0; cameraLookEl = 0; ! gameTime = 0; simState = NULL; Index: tcPlatformObject.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/sim/tcPlatformObject.cpp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tcPlatformObject.cpp 5 Jan 2004 02:48:03 -0000 1.9 --- tcPlatformObject.cpp 16 Jan 2004 00:04:14 -0000 1.10 *************** *** 28,31 **** --- 28,32 ---- #include "tcRadarSensorState.h" #include "tcESMSensorState.h" + #include "tc3DModel.h" using namespace AI; *************** *** 455,458 **** --- 456,460 ---- } } + model->SetupAnimation(this); } /******************************************************************************/ |