Changeset 1039 for cpp/frams/genetics/f9
- Timestamp:
- 11/30/20 03:44:14 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/f9_conv.cpp
r973 r1039 153 153 averagecolor += j->vcolor; 154 154 p->vcolor = averagecolor / count; 155 if (count > 5) count = 5; //avoid too fat...156 p->vsize = 0.3 + count / 15.0; //the more Joints is attached to a Part, the fatter it is157 155 } 158 156 //m.getPart(0)->vcolor = Pt3D(0, 0, 0); //mark first Part black - a visual aid for easier editing
Note: See TracChangeset
for help on using the changeset viewer.