00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef __CLO_Names__
00020 #define __CLO_Names__
00021
00022 #include "CLO_API.h"
00023
00024
00025
00026
00027
00028 #define CLO_NAME_COMPUTE_MASS "masscompute"
00029 #define CLO_NAME_SURFACE_DENSITY "surfacedensity"
00030 #define CLO_NAME_MASS "mass"
00031 #define CLO_NAME_THICKNESS "thickness"
00032
00033
00034
00035
00036
00037 #define CLO_NAME_STRETCH "stretch"
00038 #define CLO_NAME_SHEAR "shear"
00039 #define CLO_NAME_BEND "bend"
00040
00041 #define CLO_NAME_ENABLE_BEHAVIOR "enablebehavior"
00042
00043 #define CLO_NAME_STIFFNESS "stiffness"
00044 #define CLO_NAME_DAMPING "damping"
00045
00046 #define CLO_NAME_PLASTIC_FLOW_THRESHOLD "plasticflowthreshold"
00047 #define CLO_NAME_PLASTIC_FLOW_RATE "plasticflowrate"
00048 #define CLO_NAME_PLASTIC_HARDENING "plastichardening"
00049
00050 #define CLO_NAME_TEAR_THRESHOLD "tearthreshold"
00051
00052
00053
00054
00055
00056 #define CLO_NAME_COLLIDE_EXTERNAL "collideexternal"
00057 #define CLO_NAME_COLLIDE_CLOTH "collidecloth"
00058 #define CLO_NAME_COLLIDE_SELF "collideself"
00059 #define CLO_NAME_THICKNESS "thickness"
00060
00061
00062
00063
00064
00065 #define CLO_ATT_NAME_FORCE_EXTERNAL "fexternal"
00066 #define CLO_ATT_NAME_TORN_NOW "tornnow"
00067 #define CLO_ATT_NAME_TORN_EVER "tornever"
00068
00069
00070
00071
00072
00073 #define CLO_ATT_NAME_TPPENETRATION "tppenetration"
00074 #define CLO_ATT_NAME_EEPENETRATION "eepenetration"
00075
00076 #endif
00077