Turtle Dance Example 3D
Model was written in NetLogo 3D 4.1pre7
•
Viewed 276 times
•
Downloaded 25 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 a simple Code Example to help new users understand how turtles move in 3D space. On each tick each turtle will move forward, turn left and pitch up.
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 number-of-turtles [ fd 9 left 90 ] setxyz 0 -45 0 end to go ask turtles [ fd .1 left 0.65 tilt-up .65 ] tick 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 Dance Example 3D.png | preview | Preview for 'Turtle Dance Example 3D' | over 11 years ago, by Uri Wilensky | Download |
This model does not have any ancestors.
This model does not have any descendants.