Ignore:
Timestamp:
06/22/23 17:25:06 (23 months ago)
Author:
Maciej Komosinski
Message:

Disabled mutating joint stiffness in fH and fB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/fH/fH_general.h

    r1257 r1261  
    1919#define STICKH_LENGTH_TYPE "f 0.001 1.999 1.0" ///<Length of stick handle. Minimum should not be equal to 0, because calculating direction of next part from current stick with length 0 would be impossible
    2020#define FH_PART_PROPS_COUNT   1 ///<Count of part properties
    21 #define FH_JOINT_PROPS_COUNT  2 ///<Count of joint properties
     21#define FH_JOINT_PROPS_COUNT  1 ///<Count of joint properties
    2222#define FH_PE_NEURO_DET       "d" ///<Id of details type definition in f0_neuro_paramtab
    2323#define FH_PE_CONN_WEIGHT     "w" ///<Id of weight type definition in f0_neuroconn_paramtab
Note: See TracChangeset for help on using the changeset viewer.