Changeset 945
- Timestamp:
- 06/09/20 13:58:57 (4 years ago)
- Location:
- cpp/frams
- Files:
-
- 4 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) -
cpp/frams/model/defassign-f0-SDK.h
r934 r945 63 63 void Part_MinMaxDef::defassign() 64 64 { 65 volume= 1;65 volume=4.18879; 66 66 } 67 67 -
cpp/frams/model/f0-SDK-classes.h
r934 r945 72 72 { 73 73 {"Geometry",1,1,"p" }, 74 {"f",0,0,"volume","f 0. 1 10 1",FIELD(volume),},74 {"f",0,0,"volume","f 0.83776 20.94395 4.18879",FIELD(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.",}, 75 75 {0,0,0,} 76 76 };
Note: See TracChangeset
for help on using the changeset viewer.