//--------------------------------------------------------------------------- #ifndef fcCubemapH #define fcCubemapH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include "GBE.Cubemap.hpp" //--------------------------------------------------------------------------- class TFormCubemap : public TForm { __published: // IDE-managed Components TViewport3D *Viewport3D1; TGBECubemap *GBECubemap1; TCamera *Camera1; TFloatAnimation *FloatAnimation1; TTextureMaterialSource *TextureMaterialSource1; void __fastcall FloatAnimation1Process(TObject *Sender); private: // User declarations public: // User declarations __fastcall TFormCubemap(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TFormCubemap *FormCubemap; //--------------------------------------------------------------------------- #endif