Ignore:
Timestamp:
05/21/23 23:16:51 (11 months ago)
Author:
Maciej Komosinski
Message:

Multiple issues fixed when calculating bending range for the '|' bending muscle (earlier it was always 1.0 despite the code that supposedly calculated this)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/geneprops.h

    r1247 r1249  
    9898
    9999/**
    100  * Contains physical, biological and other properties of
    101  * stick, except for rotation. The constructor initializes properties of sticks with
    102  * default values. In order to change a property of a stick, the executeModifier() method
     100 * Contains physical, biological and other properties of a Part and a Joint (as handled
     101 * by the f1 and f4 encodings), except for rotation. The constructor initializes properties with
     102 * default values. In order to change a property, the executeModifier() method
    103103 * should be called. Modification of length, curvedness and twist properties
    104104 * usually affects further sticks, so new sticks should have properties of
Note: See TracChangeset for help on using the changeset viewer.