1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
//+------------------------------------------------------------------+ //| DXMesh.mqh | //| Copyright 2000-2026, MetaQuotes Ltd. | //| www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2000-2026, MetaQuotes Ltd." #property link "https://www.mql5.com" #include "DXObject.mqh" #include "DXDispatcher.mqh" #include "DXData.mqh" #include "DXUtils.mqh" //+------------------------------------------------------------------+ //| DX simple mesh object with default shader | //+------------------------------------------------------------------+ class CDXMesh : public CDXObject { protected: //--- DX resources CDXVertexBuffer* m_buffer_vertex; CDXIndexBuffer* m_buffer_index; CDXInput* m_buffer_object; CDXInput* m_buffer_scene; CDXShader* m_shader_vertex; CDXShader* m_shader_pixel; CDXTexture* m_texture; //--- object data DXMatrix m_transform_matrix; DXColor m_diffuse_color; DXColor m_emission_color; DXColor m_specular_color; float m_specular_power; ENUM_DX_PRIMITIVE_TOPOLOGY m_topology; public: //+------------------------------------------------------------------+ //| Constructor | //+------------------------------------------------------------------+ CDXMesh(void):m_buffer_vertex(NULL),m_buffer_index(NULL),m_buffer_object(NULL),m_buffer_scene(NULL),m_shader_vertex(NULL),m_shader_pixel(NULL),m_topology(WRONG_VALUE) { } //+------------------------------------------------------------------+ //| Destructor | //+------------------------------------------------------------------+ ~CDXMesh(void) { Shutdown(); } //+------------------------------------------------------------------+ //| Create mesh object from vertices and indices list | //+------------------------------------------------------------------+ bool Create(CDXDispatcher &dispatcher,CDXInput* buffer_scene,const DXVertex &vertices[],const uint &indices[],ENUM_DX_PRIMITIVE_TOPOLOGY topology=DX_PRIMITIVE_TOPOLOGY_TRIANGLELIST) { Shutdown(); //--- check data if(buffer_scene==NULL || buffer_scene.Handle()==INVALID_HANDLE || ArraySize(vertices)<1 || ArraySize(indices)<1) return(false); //--- update context m_context=dispatcher.DXContext(); //--- initialize default parameters DXMatrixIdentity(m_transform_matrix); m_diffuse_color =DXColor(1.0,1.0,1.0,1.0); m_emission_color=DXColor(0.0,0.0,0.0,0.0); m_specular_color=DXColor(0.0,0.0,0.0,0.0); m_specular_power=16.0f; //--- create object input m_buffer_object=dispatcher.InputCreate(); if(m_buffer_object!=NULL) { m_buffer_object.AddRef(); //--- use default vertex shader m_shader_vertex=dispatcher.ShaderCreateDefault(DX_SHADER_VERTEX); if(m_shader_vertex!=NULL) { m_shader_vertex.AddRef(); //--- use default pixel shader m_shader_pixel=dispatcher.ShaderCreateDefault(DX_SHADER_PIXEL); if(m_shader_pixel!=NULL) { m_shader_pixel.AddRef(); //--- create vertex buffer m_buffer_vertex=dispatcher.VertexBufferCreate(vertices); if(m_buffer_vertex!=NULL) { m_buffer_vertex.AddRef(); //--- create index buffer m_buffer_index=dispatcher.IndexBufferCreate(indices); if(m_buffer_index!=NULL) m_buffer_index.AddRef(); } } } } //--- set object buffer to shaders if(m_buffer_object==NULL || m_shader_vertex==NULL || m_shader_pixel==NULL || m_buffer_vertex==NULL || m_buffer_index==NULL) { Shutdown(); return(false); } //--- save scene buffer m_buffer_scene=buffer_scene; m_buffer_scene.AddRef(); //--- save topology m_topology=topology; //--- return(true); } //+------------------------------------------------------------------+ //| Create mesh object from OBJ mesh file | //+------------------------------------------------------------------+ bool Create(CDXDispatcher &dispatcher,CDXInput* buffer_scene,string obj_path,float scale=1.0f,bool inverse_winding=false) { DXVertex vertices[]; uint indices[]; //--- load model if(!DXLoadObjModel(obj_path,vertices,indices,scale)) return(false); //--- set white vertices color int count=ArraySize(vertices); for(int i=0; i