Turtle and Observer Motion Example 3D

Turtle and Observer Motion Example 3D preview image

1 collaborator

Uri_dolphin3 Uri Wilensky (Author)

Tags

(This model has yet to be categorized with any tags)
Model group CCL | Visible to everyone | Changeable by group members (CCL)
Model was written in NetLogo 3D 4.1pre7 • Viewed 163 times • Downloaded 16 times • Run 0 times
Download the 'Turtle and Observer Motion Example 3D' modelDownload this modelEmbed this model

Do you have questions or comments about this model? Ask them here! (You'll first need to log in.)


WHAT IS IT?

This model lets you explore turtle orientation in a 3D world.

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 [ set size 5 ]
  draw-axes
end 

to draw-axes
  crt 1 [ set shape "line"
          set heading 90
          set color red
          set size world-width
          stamp
          die ]
  crt 1 [ set shape "line"
          set color yellow
          set heading 0
          set size world-height
          stamp
          die ]
  crt 1 [ set shape "line"
          set pitch 90
          set color blue
          set size world-depth
          stamp
          die ]
  ask patch max-pxcor 0 0 [ set plabel "x-axis" ]
  ask patch 0 max-pycor 0 [ set plabel "y-axis" ]
  ask patch 0 0 max-pzcor [ set plabel "z-axis" ]
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.

Uploaded by When Description Download
Uri Wilensky almost 14 years ago Updated from NetLogo 4.1 Download this version
Uri Wilensky almost 14 years ago Model from NetLogo distribution Download this version
Uri Wilensky almost 14 years ago Turtle and Observer Motion Example 3D Download this version

Attached files

File Type Description Last updated
Turtle and Observer Motion Example 3D.png preview Preview for 'Turtle and Observer Motion Example 3D' almost 11 years ago, by Uri Wilensky Download

This model does not have any ancestors.

This model does not have any descendants.