//--------------------------------------------------------------------------- #ifndef Unit1H #define Unit1H //--------------------------------------------------------------------------- #include #include #include #include #include #include #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include // Pascal unit #include #include "GLS.BaseClasses.hpp" #include "GLS.Coordinates.hpp" #include "GLFullScreenViewer.hpp" #include "GLS.SceneViewer.hpp" #include "GLS.Keyboard.hpp" //--------------------------------------------------------------------------- class TForm1:public TForm { __published: // IDE-managed Components TGLScene * GLScene; TGLSceneViewer *GLSceneViewer; TGLDummyCube *DCBase; TGLDummyCube *DCSrc; TGLPolygonPFXManager *PFXSpiral; TGLCadencer *GLCadencer; TGLParticleFXRenderer *PFXRenderer; TGLCamera *GLCamera; TTimer *Timer; TGLPolygonPFXManager *PFXRing; TGLFullScreenViewer *GLFullScreenViewer; TPanel *Panel1; TSpeedButton *SpeedButton1; void __fastcall TimerTimer(TObject * Sender); void __fastcall FormResize(TObject * Sender); void __fastcall GLSceneViewerDblClick(TObject * Sender); void __fastcall GLFullScreenViewerDblClick(TObject * Sender); void __fastcall GLFullScreenViewerKeyPress(TObject * Sender, char &Key); void __fastcall GLSceneViewerMouseMove(TObject * Sender, TShiftState Shift, int X, int Y); private: // User declarations public: // User declarations __fastcall TForm1(TComponent * Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif