/
daryadevx
/
KMiVVR
Обзор
Документация
Войти
/
daryadevx
/
KMiVVR
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Lab8/Lab8a/fFire.h
53 строки
2 KB
daryadevx
fix
24 дек 2024, 21:14
24 дек 2024, 21:14
5d0eeb2
Код
Авторство
О чём код?
#ifndef fL8aH #define fL8aH //--------------------------------------------------------------------------- #include <System.Classes.hpp> #include <Vcl.Controls.hpp> #include <Vcl.StdCtrls.hpp> #include <Vcl.Forms.hpp> #include "GLS.BaseClasses.hpp" #include "GLS.Cadencer.hpp" #include "GLS.Coordinates.hpp" #include "GLS.Extrusion.hpp" #include "GLS.FireFX.hpp" #include "GLS.GeomObjects.hpp" #include "GLS.Objects.hpp" #include "GLS.Scene.hpp" #include "GLS.SceneViewer.hpp" #include <Vcl.ComCtrls.hpp> #include <Vcl.ExtCtrls.hpp> #include "GLS.SimpleNavigation.hpp" //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TGLSceneViewer *GLSceneViewer1; TGLScene *GLScene1; TGLLightSource *GLLightSource1; TGLDummyCube *DummyCube1; TGLRevolutionSolid *RevolutionSolid1; TGLCylinder *Candle; TGLLines *Lines1; TGLDummyCube *DummyCube2; TGLPlane *Plane1; TGLCamera *GLCamera1; TGLFireFXManager *GLFireFXManager1; TGLCadencer *GLCadencer1; TTimer *Timer1; TGLSimpleNavigation *GLSimpleNavigation1; TGLPlane *GLPlane1; void __fastcall FormResize(TObject *Sender); void __fastcall GLSceneViewer1MouseDown(TObject *Sender, TMouseButton Button, TShiftState Shift, int X, int Y); void __fastcall GLSceneViewer1MouseMove(TObject *Sender, TShiftState Shift, int X, int Y); void __fastcall Timer1Timer(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif