Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface
In directory sc8-pr-cvs1:/tmp/cvs-serv30143/include/scriptinterface
Modified Files:
tcScenarioInterface.h
Log Message:
FlybyCamera event
Index: tcScenarioInterface.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcScenarioInterface.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tcScenarioInterface.h 29 Dec 2003 01:10:25 -0000 1.4
--- tcScenarioInterface.h 31 Dec 2003 17:34:10 -0000 1.5
***************
*** 109,112 ****
--- 109,116 ----
void MapText(std::string text, double lon_deg, double lat_deg, double duration, int effect);
+ // camera events
+ void FlybyCamera(std::string unitName, double duration, float az1_deg, float az2_deg,
+ float el1_deg, float el2_deg, float r1_m, float r2_m);
+
// goal class creation methods (cannot find a way to do directly)
tcCompoundGoal CompoundGoal(int type);
|