boids: more indentation fixes

db4
Eduardo Cavazos 2008-11-17 06:20:25 -06:00
parent b4ae47dfc8
commit 55ce87466f
1 changed files with 10 additions and 10 deletions

View File

@ -43,19 +43,19 @@ VAR: separation-radius
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: init-variables ( -- ) : init-variables ( -- )
1.0 >cohesion-weight 1.0 >cohesion-weight
1.0 >alignment-weight 1.0 >alignment-weight
1.0 >separation-weight 1.0 >separation-weight
75 >cohesion-radius 75 >cohesion-radius
50 >alignment-radius 50 >alignment-radius
25 >separation-radius 25 >separation-radius
180 >cohesion-view-angle 180 >cohesion-view-angle
180 >alignment-view-angle 180 >alignment-view-angle
180 >separation-view-angle 180 >separation-view-angle
10 >time-slice ; 10 >time-slice ;
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! random-boid and random-boids ! random-boid and random-boids