fNewtonMaterialC.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. //---------------------------------------------------------------------------
  2. #ifndef fNewtonMaterialCH
  3. #define fNewtonMaterialCH
  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.Cadencer.hpp"
  11. #include "GLS.Coordinates.hpp"
  12. #include "GLS.NGDManager.hpp"
  13. #include "GLS.Objects.hpp"
  14. #include "GLS.Scene.hpp"
  15. #include "GLS.SimpleNavigation.hpp"
  16. #include "GLS.SceneViewer.hpp"
  17. //---------------------------------------------------------------------------
  18. class TForm1 : public TForm
  19. {
  20. __published: // IDE-managed Components
  21. TGLSceneViewer *GLSceneViewer1;
  22. TGLScene *GLScene1;
  23. TGLCamera *GLCamera1;
  24. TGLLightSource *GLLightSource1;
  25. TGLDummyCube *GLDummyCube1;
  26. TGLSphere *GLSphere2;
  27. TGLSphere *GLSphere1;
  28. TGLCube *GLCube1;
  29. TGLCube *Trampoline;
  30. TGLDummyCube *GLDummyCube2;
  31. TGLCube *GLCube2;
  32. TGLCube *GLCube3;
  33. TGLCube *GLCube4;
  34. TGLCube *Friction;
  35. TGLDummyCube *GLDummyCube3;
  36. TGLCadencer *GLCadencer1;
  37. TGLSimpleNavigation *GLSimpleNavigation1;
  38. TGLNGDManager *GLNGDManager1;
  39. void __fastcall FormCreate(TObject *Sender);
  40. void __fastcall GLCadencer1Progress(TObject *Sender, const double deltaTime, const double newTime);
  41. private: // User declarations
  42. public: // User declarations
  43. __fastcall TForm1(TComponent* Owner);
  44. };
  45. //---------------------------------------------------------------------------
  46. extern PACKAGE TForm1 *Form1;
  47. //---------------------------------------------------------------------------
  48. #endif