- Timestamp:
- 08/07/16 15:05:16 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
experiments/frams/foraminifera/data/scripts/foraminifera.show
r503 r567 18 18 function onLoad() 19 19 { 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; 20 22 Simulator.init(); 21 23 last_simspeed=0; … … 23 25 GLDisplay.minfps = 10; 24 26 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;27 27 28 28 //useful for screenshots:
Note: See TracChangeset
for help on using the changeset viewer.