Ignore:
Timestamp:
05/29/20 15:18:48 (4 years ago)
Author:
Maciej Komosinski
Message:

Introduced 'volume' field available by getMinPart(), getMaxPart(), getDefPart() for genetic operators to limit the range of volumes (~mass) in simulation of solids

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/defassign-f0-SDK.h

    r932 r934  
    2525vcolor.z=1.0;
    2626}
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63void Part_MinMaxDef::defassign()
     64{
     65volume=1;
     66}
     67
     68
    2769
    2870
     
    121163
    122164
     165
     166
    123167void Neuro::defassign()
    124168{
     
    128172vis_style="neuro";
    129173}
     174
     175
    130176
    131177
Note: See TracChangeset for help on using the changeset viewer.