Changeset 1039 for cpp/frams/genetics/f9


Ignore:
Timestamp:
11/30/20 03:44:14 (3 years ago)
Author:
Maciej Komosinski
Message:

Removed Part's "visual thickness" property

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/f9/f9_conv.cpp

    r973 r1039  
    153153                        averagecolor += j->vcolor;
    154154                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 is
    157155        }
    158156        //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.