Ignore:
Timestamp:
08/07/16 15:05:16 (8 years ago)
Author:
oriona
Message:

Chamber growth visualization added, [OFFSPRING] message added, refactoring.

File:
1 edited

Legend:

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

    r503 r567  
    1818function onLoad()
    1919{
     20        Params = { "foodperiod" : [43200,25920,10800], "feedtrans" : [0.0005,0.001,0.002],"energy_nut" :[144.54,544.54,944.54], "stress" : [0,1], "visualize" : [0,1]};
     21        ShowProperties.visualize=1;
    2022        Simulator.init();
    2123        last_simspeed=0;
     
    2325        GLDisplay.minfps = 10;
    2426        TrackingCam.cam_h = 15; //more side view
    25         Params = { "foodperiod" : [43200,25920,10800], "feedtrans" : [0.0005,0.001,0.002],"energy_nut" :[144.54,544.54,944.54], "stress" : [0,1], "visualize" : [0,1]};
    26         ShowProperties.visualize=1;
    2727       
    2828        //useful for screenshots:
Note: See TracChangeset for help on using the changeset viewer.