Changeset 581 for experiments/frams/foraminifera
- Timestamp:
- 08/18/16 14:09:00 (8 years ago)
- Location:
- experiments/frams/foraminifera/data/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.expdef
r580 r581 97 97 ExpProperties.chamber_proculus_haplo = micronsToFrams(20); 98 98 ExpProperties.chamber_proculus_diplo = micronsToFrams(10); 99 colors = ["1.0,1.0,0. 0","1.0,0.5,0.0"];99 colors = ["1.0,1.0,0.3","1.0,0.7,0.0"]; //yellow and orange 100 100 curColor = colors[0]; 101 101 curRadius = ExpProperties.zone1_range; -
experiments/frams/foraminifera/data/scripts/foraminifera.inc
r579 r581 17 17 size=size*(1.35-0.35*lastchambergrowth); //last iteration: 'size' is only used for shifting (dx). The last chamber emerges at the surface of the previous one 18 18 if (lastchambergrowth<1) 19 rgbstring="0. 8,0.8,0.8,i=\"growing=%g\"" % lastchambergrowth; //when the last chamber is growing, make it gray and add extra information in its "i" field19 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 20 20 } 21 21 str += "p:sh=1,sx=%g,sy=%g,sz=%g,rz=3.14159265358979,vr=%s\n" % effectivesize % effectivesize % effectivesize % rgbstring;
Note: See TracChangeset
for help on using the changeset viewer.