/
ArtemSls
/
O3DM
Обзор
Документация
Войти
/
ArtemSls
/
O3DM
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
patch
Lab3/FormUnit_L3.h
43 строки
1 KB
ArtemSls
upload files
24 янв 2025, 03:18
24 янв 2025, 03:18
7d6a4f3
Код
Авторство
О чём код?
//--------------------------------------------------------------------------- #ifndef FormUnit_L3H #define FormUnit_L3H //--------------------------------------------------------------------------- #include <System.Classes.hpp> #include <Vcl.Controls.hpp> #include <Vcl.StdCtrls.hpp> #include <Vcl.Forms.hpp> #include "GLS.BaseClasses.hpp" #include "GLS.Scene.hpp" #include "GLS.SceneViewer.hpp" #include <Vcl.Dialogs.hpp> #include "GLS.Coordinates.hpp" #include "GLS.Objects.hpp" #include "GLS.GeomObjects.hpp" #include "GLS.Collision.hpp" #include "GLS.Cadencer.hpp" //--------------------------------------------------------------------------- class TForm_L3 : public TForm { __published: // IDE-managed Components TGLScene *GLScene1; TGLSceneViewer *GLSceneViewer1; TOpenDialog *OpenDialog1; TButton *Button1; TGLCamera *GLCamera1; TGLLightSource *GLLightSource1; TGLTeapot *GLTeapot1; TGLDummyCube *GLDummyCube1; TGLCadencer *GLCadencer1; void __fastcall Button1Click(TObject *Sender); void __fastcall GLCadencer1Progress(TObject *Sender, const double DeltaTime, const double NewTime); private: // User declarations public: // User declarations __fastcall TForm_L3(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm_L3 *Form_L3; //--------------------------------------------------------------------------- #endif