[Gcblue-commits] gcb_wx/include/sim tc3DViewer.h,1.20,1.21
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@us...> - 2004-01-18 18:42:44
|
Update of /cvsroot/gcblue/gcb_wx/include/sim In directory sc8-pr-cvs1:/tmp/cvs-serv28162/include/sim Modified Files: tc3DViewer.h Log Message: Changes to reduce block artifacts at screen transitions--planning to eliiminate Producer to fix gray background screen issue Index: tc3DViewer.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/tc3DViewer.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** tc3DViewer.h 16 Jan 2004 00:04:14 -0000 1.20 --- tc3DViewer.h 18 Jan 2004 18:42:41 -0000 1.21 *************** *** 111,115 **** bool IsActive() {return isActive;} void LoadModel(tcGameObject *obj); ! void SetActive(bool b) {isActive = b;wxWindow::Enable(b);} void SetCameraMode(bool lookAt, bool moveWith); void SetGameTime(double t); --- 111,115 ---- bool IsActive() {return isActive;} void LoadModel(tcGameObject *obj); ! void SetActive(bool b) {isActive = b;wxWindow::Enable(b);wxWindow::Show(b);} void SetCameraMode(bool lookAt, bool moveWith); void SetGameTime(double t); |