⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 resource.h

📁 本程序描述的是一个三维织物动感模拟系统。计算机生成真实感服装被列入计算机图形学亟需解决的三大问题之一。
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by ClothSimulation.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_CLOTHSTYPE                  129
#define IDD_ADD_SPHERE                  130
#define IDD_MAKE_CLOTH                  131
#define IDD_SIM_PROP                    132
#define IDD_SIM_TIMING                  133
#define IDD_VERTEX_MASS                 134
#define IDC_XPOS                        1004
#define IDC_SHEARCOEF                   1004
#define IDC_GRAVX                       1004
#define IDC_MAXTIMESTEP                 1004
#define IDC_YPOS                        1005
#define IDC_STRUCTCOEF                  1005
#define IDC_GRAVY                       1005
#define IDC_ITERATIONS                  1005
#define IDC_ZPOS                        1006
#define IDC_GRAVZ                       1006
#define IDC_RADIUS                      1007
#define IDC_VERTICAL                    1007
#define IDC_COEFREST                    1007
#define IDC_BENDCOEF                    1008
#define IDC_SPRINGCONST                 1008
#define IDC_SHEARDAMP                   1009
#define IDC_DAMPING                     1009
#define IDC_STRUCTDAMP                  1010
#define IDC_SPRINGDAMP                  1010
#define IDC_BENDDAMP                    1011
#define IDC_USERFORCEMAG                1011
#define IDC_USIZE                       1012
#define IDC_VERTEXMASS                  1012
#define IDC_VSIZE                       1013
#define IDC_USESTRUCT                   1014
#define IDC_FIXEDTIME                   1014
#define IDC_USESHEAR                    1015
#define IDC_USEBEND                     1016
#define ID_HELP_WHICHOPENGL             32774
#define ID_VIEW_SHOWSPRINGS             32778
#define ID_VIEW_SHOWGEOMETRY            32779
#define ID_SIMULATION_RUNNING           32780
#define ID_SIMULATION_RESET             32781
#define ID_SIMULATION_SETSIMPROPERTIES  32782
#define ID_SIMULATION_USEGRAVITY        32783
#define ID_VIEW_SHOWVERTICES            32785
#define ID_FILE_CREATECLOTHPATCH        32786
#define ID_SIMULATION_SETVERTEXPROPERTIES 32787
#define ID_VIEW_COLLISIONACTIVE         32788
#define ID_VIEW_SHOWSTRUCTURAL          32789
#define ID_VIEW_SHOWSHEAR               32790
#define ID_VIEW_SHOWBEND                32791
#define ID_INTEULER                     32792
#define ID_INTMIDPOINT                  32793
#define ID_INTRK4                       32794
#define ID_FILE_NEWSYSTEM               32795
#define ID_SIMULATION_SETTIMINGPROPERTIES 32796
#define ID_SIMULATION_ADDCOLLISIONSPHERE 32797

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        135
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -