Skip to content

Commit

Permalink
typo in Moving 3D Object.gaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lesquoyb committed Mar 21, 2022
1 parent b19e388 commit 6f9b626
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@ species boat skills: [moving]{
}
}
aspect obj {
//we draw an obj file in the aspect apply an initial rotation r0 to give the boat the right orientation and apply an composition of rotation (pitch,roll,yaw) and
//we draw an obj file in the aspect apply an initial rotation r0 to give the boat the right orientation and apply a composition of rotation (pitch,roll,yaw) and
//the location of a obj file is centroid of the bounding box, so we add with the "at" facet a translated along the z axis to place the boat on the water and not inside
//the size represents here the max size of the bounding box
//at last, we dynamically apply a rotation to the boat to make it head in direction of the heading of the agents.
Expand Down

0 comments on commit 6f9b626

Please sign in to comment.