fCenteringC.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. //---------------------------------------------------------------------------
  2. #ifndef fCenteringCH
  3. #define fCenteringCH
  4. //---------------------------------------------------------------------------
  5. #include <System.Classes.hpp>
  6. #include <Vcl.Controls.hpp>
  7. #include <Vcl.StdCtrls.hpp>
  8. #include <Vcl.Forms.hpp>
  9. #include "GLS.BaseClasses.hpp"
  10. #include "GLS.Coordinates.hpp"
  11. #include "GLS.Objects.hpp"
  12. #include "GLS.Scene.hpp"
  13. #include "GLS.VectorFileObjects.hpp"
  14. #include "GLS.SceneViewer.hpp"
  15. #include <Vcl.ComCtrls.hpp>
  16. #include <Vcl.ExtCtrls.hpp>
  17. //---------------------------------------------------------------------------
  18. class TForm1 : public TForm
  19. {
  20. __published: // IDE-managed Components
  21. TGLSceneViewer *GLSceneViewer1;
  22. TTrackBar *TrackBar1;
  23. TPanel *Panel1;
  24. TLabel *Label1;
  25. TLabel *Label2;
  26. TLabel *Label3;
  27. TGLScene *GLScene1;
  28. TGLDummyCube *DummyCube3;
  29. TGLFreeForm *FreeForm3;
  30. TGLDummyCube *DummyCube2;
  31. TGLFreeForm *FreeForm2;
  32. TGLDummyCube *DummyCube1;
  33. TGLFreeForm *FreeForm1;
  34. TGLLightSource *GLLightSource1;
  35. TGLDummyCube *DCCamera;
  36. TGLCamera *GLCamera1;
  37. void __fastcall FormCreate(TObject *Sender);
  38. void __fastcall TrackBar1Change(TObject *Sender);
  39. private: // User declarations
  40. public: // User declarations
  41. __fastcall TForm1(TComponent* Owner);
  42. };
  43. //---------------------------------------------------------------------------
  44. extern PACKAGE TForm1 *Form1;
  45. //---------------------------------------------------------------------------
  46. #endif