Changeset 442


Ignore:
Timestamp:
11/26/15 00:56:13 (8 years ago)
Author:
Maciej Komosinski
Message:

Set lower initial camera height

File:
1 edited

Legend:

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

    r434 r442  
    44There are two species of Foraminiera: longitudal and coiled. The first chamber of the longitudal species has orange marks. Haploid and diploid generations alternate in both species. All chambers of the haploid generation have the same size. In the diploid generation, subsequent chambers are bigger than their predecessors.
    55
    6 Nutrients are green disks. Foraminifers move towards nearest nutrients and this way they can accumulate enough energy to reproduce.
     6Nutrients are shown as tall vertical bars. Foraminifers move towards nearest nutrients and this way they can accumulate enough energy to reproduce.
    77
    88More information at www.framsticks.com/foraminifera
     
    1818        GLDisplay.desiredsimspeed = 50;
    1919        GLDisplay.minfps = 10;
     20        TrackingCam.cam_h = 15; //more side view
    2021
    2122        Params = { "feedrate" : [0.05,0.1,0.2], "feedtrans" : [0.01,0.05,0.1],"energy_nut" :[0.5,1.5,3.0], "stress" : [0,1]};
Note: See TracChangeset for help on using the changeset viewer.