Ignore:
Timestamp:
10/01/21 22:36:10 (3 years ago)
Author:
Maciej Komosinski
Message:

Foraminifera show has now smaller world compared to expdef (and adjusted other parameters), so it is better suited for visualization and demonstration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experiments/frams/foraminifera/data/scripts/foraminifera.inc

    r1100 r1152  
    1919                                rgbstring = "0.9,0.9,0.9,i=\"growing=%g\"" % lastchambergrowth; //when the last chamber is growing, make it bright gray and add extra information in its "i" field
    2020                }
     21                effectivesize = Math.max(effectivesize, MIN_PART_SIZE);
    2122                str += "p:sh=1,sx=%g,sy=%g,sz=%g,rz=3.14159265358979,vr=%s\n" % effectivesize % effectivesize % effectivesize % rgbstring;
    2223                if (i > 0)
Note: See TracChangeset for help on using the changeset viewer.