Ignore:
Timestamp:
11/26/15 21:51:13 (8 years ago)
Author:
oriona
Message:

Visualization of reticulopodia and nutrients added as an option in theater.

File:
1 edited

Legend:

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

    r442 r444  
    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 shown as tall vertical bars. Foraminifers move towards nearest nutrients and this way they can accumulate enough energy to reproduce.
     6Nutrients are shown as tiny green cylinders. Foraminifers move towards nearest nutrients and this way they can accumulate enough energy to reproduce.
     7
     8After "Enhance visualization" option is enabled reticulopodia are shown as disks and positions of nutrients are indicated by cuboids. 
    79
    810More information at www.framsticks.com/foraminifera
     
    2022        TrackingCam.cam_h = 15; //more side view
    2123
    22         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]};
     24        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], "visualize" : [0,1]};
    2325}
    2426
     
    4850}
    4951
     52function ShowParams_visualize_set()
     53{
     54        setShowParam("visualize");
     55}
     56
    5057~
    5158
     
    6976name:Stress
    7077type:d 0 1 1
     78
     79prop:
     80id:visualize
     81name:Enhance visualization
     82type:d 0 1 0
Note: See TracChangeset for help on using the changeset viewer.