Changeset 1347 for cpp/frams/genetics/f9/f9_conv.cpp
- Timestamp:
- 08/27/25 18:15:39 (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/f9/f9_conv.cpp
r1337 r1347 154 154 double ax = fabs(d.x), ay = fabs(d.y), az = fabs(d.z); 155 155 // 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 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. 157 157 // Find the longest axis (i.e., recover the information from the genotype: was this joint created by LR, BF, or DU?) 158 158 if ((ax > ay) && (ax > az)) // x
Note: See TracChangeset
for help on using the changeset viewer.