Ignore:
Timestamp:
08/27/25 18:15:39 (3 days ago)
Author:
Maciej Komosinski
Message:

Cosmetic

File:
1 edited

Legend:

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

    r1337 r1347  
    154154                        double ax = fabs(d.x), ay = fabs(d.y), az = fabs(d.z);
    155155                        // Pairs of colors should be easy to associate as "one family" at a glance, but different so that we use all main six parts of the spectrum.
    156                         // Colors are slightly brightened to make them more pastel/plastic; extreme saturation pure red=1,0,0 or blue 0,0,1 do not look good.
     156                        // Colors are slightly brightened to make them more pastel/plastic; extreme saturation pure red=1,0,0 or blue=0,0,1 do not look good.
    157157                        // Find the longest axis (i.e., recover the information from the genotype: was this joint created by LR, BF, or DU?)
    158158                        if ((ax > ay) && (ax > az)) // x
Note: See TracChangeset for help on using the changeset viewer.