Changeset 934 for cpp/frams/config


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

Location:
cpp/frams/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/config/f0-SDK.def

    r932 r934  
    3232XPROP(vg,2,1024,green component,f,0.0,1.0,1.0,vcolor.y)
    3333XPROP(vb,2,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
     34ENDCLASS
     35
     36CLASS(Part_MinMaxDef,f0_part_minmaxdef,p)
     37GROUP(Geometry)
     38PROP(f,0,0,volume,f,0.1,10,1,volume)
    3439ENDCLASS
    3540
  • cpp/frams/config/f0.def

    r932 r934  
    3232XPROP(vg,2,1024,green component,f,0.0,1.0,1.0,vcolor.y)
    3333XPROP(vb,2,1024,blue component,f,0.0,1.0,1.0,vcolor.z)
     34ENDCLASS
     35
     36CLASS(Part_MinMaxDef,f0_part_minmaxdef,p)
     37GROUP(Geometry)
     38PROP(f,0,0,volume,f,0.1,10,1,volume)
    3439ENDCLASS
    3540
Note: See TracChangeset for help on using the changeset viewer.