//--------------------------------------------------------------------------- #ifndef Unit1H #define Unit1H //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include "GLS.BaseClasses.hpp" #include "GLS.Coordinates.hpp" #include "GLS.Material.hpp" #include "GLS.Objects.hpp" #include "GLS.Scene.hpp" #include "GLS.SceneViewer.hpp" #include "Jpeg.hpp" //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TImage *Image1; TImage *Image2; TLabel *Label1; TLabel *Label2; TLabel *Label3; TLabel *Label4; TGLSceneViewer *GLSceneViewer1; TTrackBar *TrackBar1; TCheckBox *CBClampTex2; TGLScene *GLScene1; TGLPlane *Plane1; TGLCamera *GLCamera1; TGLMaterialLibrary *GLMaterialLibrary1; TOpenPictureDialog *OpenPictureDialog1; void __fastcall FormCreate(TObject *Sender); void __fastcall Image1Click(TObject *Sender); void __fastcall Image2Click(TObject *Sender); void __fastcall TrackBar1Change(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif