Skip to content

Commit

Permalink
from the table
Browse files Browse the repository at this point in the history
  • Loading branch information
agrignard committed Oct 20, 2017
1 parent bb87ed6 commit cc71b9b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions CPG_CityScope_GAMA/models/CityScope_Volpe_demo.gaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,14 @@ experiment CityScopeVolpeDemo type: gui parent:CityScopeMainVirtual{
action _init_ {
create CityScope_Kendall_Volpe_Demo_model with: [cityScopeCity::"volpe",angle :: -9.74,center ::{3305,2075}, brickSize :: 70.0, coeffPop::1.0, coeffSize::1];
}

//parameter 'CityScope:' var: cityScopeCity category: 'GIS' <-"volpe" among:["volpe", "Andorra"];
float minimum_cycle_duration <- 0.02;
output {

display CityScope type:opengl parent:CityScopeVirtual{}

display CityScopeTable type:opengl background:#black fullscreen:1 rotate:180 synchronized:true
//camera_pos: {4440.366,3088.467,4853.809} camera_look_pos: {4441.693,3080.1,0.075} camera_up_vector: {0.157,0.988,0.002}{
//camera_pos: {4412.441,3178.202,4508.246} camera_look_pos: {4413.674,3170.43,-0.084} camera_up_vector: {0.157,0.988,0.002}{

camera_pos: {4414.559,3164.843,4508.27} camera_look_pos: {4415.792,3157.071,-0.06} camera_up_vector: {0.157,0.988,0.002}{
/*species table aspect:base refresh:false;
species road aspect: base ;
species amenity aspect: onScreen ;*/


species amenity aspect: onTable;
species people aspect: scale;
graphics "interaction_graph" {
Expand Down

0 comments on commit cc71b9b

Please sign in to comment.