Turtle Perspective Example 3D
Model was written in NetLogo 3D 4.1pre7
•
Viewed 238 times
•
Downloaded 30 times
•
Run 0 times
Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)
WHAT IS IT?
This is an example that demonstrates changing perspectives in NetLogo 3D.
Comments and Questions
Please start the discussion about this model!
(You'll first need to log in.)
Click to Run Model
to setup ca crt 1 ask turtles [ fd 6 lt 90 set color red ] ask patches with [ (abs pxcor) = max-pxcor or (abs pycor) = max-pycor ] [ set pcolor green - 2 + random 4 ] end to go ask turtles [ fd .1 lt 1 ] tick end to bottom setxyz -8 -8 -8 end to top setxyz 8 8 8 end ; Copyright 2005 Uri Wilensky. This code may be freely copied, distributed, ; altered, or otherwise used by anyone for any legal purpose.
There are 3 versions of this model.
Attached files
File | Type | Description | Last updated | |
---|---|---|---|---|
Turtle Perspective Example 3D.png | preview | Preview for 'Turtle Perspective Example 3D' | over 11 years ago, by Uri Wilensky | Download |
This model does not have any ancestors.
This model does not have any descendants.