Changeset 945 for cpp/frams/config
- Timestamp:
- 06/09/20 13:58:57 (4 years ago)
- Location:
- cpp/frams/config
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/config/f0-SDK.def
r934 r945 36 36 CLASS(Part_MinMaxDef,f0_part_minmaxdef,p) 37 37 GROUP(Geometry) 38 PROP(f,0,0,volume,f,0. 1,10,1,volume)38 PROP(f,0,0,volume,f,0.83776,20.94395,4.18879,volume,,``Recommended default and min,max range for solid-shape Parts created and modified by genetic operators which are responsible for setting sizex,y,z. Default is the volume of the solid sphere (ball) with default radius=1 (radius is the same as sizex,y,z). Minimum is 5x less, maximum is 5x more.'') 39 39 ENDCLASS 40 40 … … 177 177 ENDNEUROCLASS 178 178 179 NEUROCLASS(SolidMuscle,M,Muscle ,,1,0,2)179 NEUROCLASS(SolidMuscle,M,Muscle for solids,,1,0,2) 180 180 SHAPETYPE(SolidsShapeType) 181 181 VISUALHINTS(EffectorClass+AtFirstPart+SolidMuscleFlag) -
cpp/frams/config/f0.def
r934 r945 36 36 CLASS(Part_MinMaxDef,f0_part_minmaxdef,p) 37 37 GROUP(Geometry) 38 PROP(f,0,0,volume,f,0. 1,10,1,volume)38 PROP(f,0,0,volume,f,0.83776,20.94395,4.18879,volume,,``Recommended default and min,max range for solid-shape Parts created and modified by genetic operators which are responsible for setting sizex,y,z. Default is the volume of the solid sphere (ball) with default radius=1 (radius is the same as sizex,y,z). Minimum is 5x less, maximum is 5x more.'') 39 39 ENDCLASS 40 40 … … 177 177 ENDNEUROCLASS 178 178 179 NEUROCLASS(SolidMuscle,M,Muscle ,,1,0,2)179 NEUROCLASS(SolidMuscle,M,Muscle for solids,,1,0,2) 180 180 SHAPETYPE(SolidsShapeType) 181 181 VISUALHINTS(EffectorClass+AtFirstPart+SolidMuscleFlag)
Note: See TracChangeset
for help on using the changeset viewer.