fParticlesC.h 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. //---------------------------------------------------------------------------
  2. #ifndef fParticlesCH
  3. #define fParticlesCH
  4. //---------------------------------------------------------------------------
  5. #include <System.Classes.hpp>
  6. #include <Vcl.Controls.hpp>
  7. #include <Vcl.StdCtrls.hpp>
  8. #include <Vcl.Forms.hpp>
  9. #include <GLS.SceneViewer.hpp>
  10. #include <GLS.VectorGeometry.hpp>
  11. #include <GLS.Behaviours.hpp>
  12. #include <GLS.Cadencer.hpp>
  13. #include <GLS.Particles.hpp>
  14. #include <GLS.Objects.hpp>
  15. #include <GLS.Scene.hpp>
  16. #include <Vcl.ExtCtrls.hpp>
  17. #include "GLS.BaseClasses.hpp"
  18. #include "GLS.Coordinates.hpp"
  19. #include "GLS.SceneViewer.hpp"
  20. #include "GLS.SceneViewer.hpp"
  21. #include "GLS.SceneViewer.hpp"
  22. #include "GLS.SceneViewer.hpp"
  23. #include <System.Classes.hpp>
  24. //---------------------------------------------------------------------------
  25. class TFormStars:public TForm
  26. {
  27. __published: // IDE-managed Components
  28. TGLSceneViewer * GLSceneViewer1;
  29. TGLScene *GLScene1;
  30. TGLCamera *GLCamera1;
  31. TGLParticles *GLParticles1;
  32. TGLSprite *Sprite1;
  33. TGLCadencer *GLCadencer1;
  34. TTimer *Timer1;
  35. void __fastcall GLParticles1ActivateParticle(TObject * Sender,
  36. TGLBaseSceneObject * particle);
  37. void __fastcall Sprite1Progress(TObject * Sender, const double deltaTime,
  38. const double newTime);
  39. void __fastcall Timer1Timer(TObject * Sender);
  40. void __fastcall FormResize(TObject * Sender);
  41. private: // User declarations
  42. public: // User declarations
  43. __fastcall TFormStars(TComponent * Owner);
  44. };
  45. //---------------------------------------------------------------------------
  46. extern PACKAGE TFormStars *FormStars;
  47. //---------------------------------------------------------------------------
  48. #endif