fcCylinderExt.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. //---------------------------------------------------------------------------
  2. #ifndef fcCylinderExtH
  3. #define fcCylinderExtH
  4. //---------------------------------------------------------------------------
  5. #include <System.Classes.hpp>
  6. #include <FMX.Controls.hpp>
  7. #include <FMX.Forms.hpp>
  8. #include "GBE.CylinderExtend.hpp"
  9. #include <FMX.Ani.hpp>
  10. #include <FMX.Controls3D.hpp>
  11. #include <FMX.MaterialSources.hpp>
  12. #include <FMX.Objects3D.hpp>
  13. #include <FMX.Types.hpp>
  14. #include <FMX.Types3D.hpp>
  15. #include <FMX.Viewport3D.hpp>
  16. #include <System.Math.Vectors.hpp>
  17. //---------------------------------------------------------------------------
  18. class TFormCylinderExt : public TForm
  19. {
  20. __published: // IDE-managed Components
  21. TViewport3D *Viewport3D1;
  22. TLight *Light1;
  23. TFloatAnimation *FloatAnimation2;
  24. TLight *Light2;
  25. TGBECylinderExtend *GBECylinderExtend1;
  26. TFloatAnimation *FloatAnimation1;
  27. TLightMaterialSource *LightMaterialSource3;
  28. TLightMaterialSource *LightMaterialSource1;
  29. TLightMaterialSource *LightMaterialSource2;
  30. TLightMaterialSource *LightMaterialSource4;
  31. private: // User declarations
  32. public: // User declarations
  33. __fastcall TFormCylinderExt(TComponent* Owner);
  34. };
  35. //---------------------------------------------------------------------------
  36. extern PACKAGE TFormCylinderExt *FormCylinderExt;
  37. //---------------------------------------------------------------------------
  38. #endif