From 30fd2d0c7cbb2060100aff30e037683a6f01e01e Mon Sep 17 00:00:00 2001 From: "jeremy.baker@northwestern.edu" Date: Thu, 21 Sep 2023 11:21:15 -0500 Subject: [PATCH] Resave 3D models in NetLogo 6.3.0 --- 3D/Code Examples/Airplane Landing Example 3D.nlogo3d | 2 +- 3D/Code Examples/Bouncing Balls Example 3D.nlogo3d | 2 +- 3D/Code Examples/Hill Climbing Example 3D.nlogo3d | 2 +- 3D/Code Examples/Neighborhoods Example 3D.nlogo3d | 2 +- 3D/Code Examples/Network Example 3D.nlogo3d | 2 +- 3D/Code Examples/Shapes Example 3D.nlogo3d | 2 +- 3D/Code Examples/Spherical Path Example 3D.nlogo3d | 2 +- 3D/Code Examples/Three Loops Example 3D.nlogo3d | 2 +- 3D/Code Examples/Trails Example 3D.nlogo3d | 2 +- 3D/Code Examples/Turtle Dance Example 3D.nlogo3d | 2 +- 3D/Code Examples/Turtle Perspective Example 3D.nlogo3d | 2 +- 3D/Code Examples/Turtle and Observer Motion Example 3D.nlogo3d | 2 +- .../Uniform Distribution on a Sphere Example 3D.nlogo3d | 2 +- 3D/Sample Models/DLA 3D.nlogo3d | 2 +- 3D/Sample Models/Fireworks 3D.nlogo3d | 2 +- 3D/Sample Models/Flocking 3D Alternate.nlogo3d | 2 +- 3D/Sample Models/Flocking 3D.nlogo3d | 2 +- 3D/Sample Models/Follower 3D.nlogo3d | 2 +- 3D/Sample Models/GasLab/GasLab Free Gas 3D.nlogo3d | 2 +- 3D/Sample Models/GasLab/GasLab Single Collision 3D.nlogo3d | 2 +- 3D/Sample Models/GasLab/GasLab Two Gas 3D.nlogo3d | 2 +- 3D/Sample Models/Hydrogen Diffusion 3D.nlogo3d | 2 +- 3D/Sample Models/Life 3D.nlogo3d | 2 +- 3D/Sample Models/Mousetraps 3D.nlogo3d | 2 +- 3D/Sample Models/Percolation 3D.nlogo3d | 2 +- 3D/Sample Models/Preferential Attachment 3D.nlogo3d | 2 +- 3D/Sample Models/Raindrops 3D.nlogo3d | 2 +- 3D/Sample Models/Rope 3D.nlogo3d | 2 +- 3D/Sample Models/Sand 3D.nlogo3d | 2 +- 3D/Sample Models/Sandpile 3D.nlogo3d | 2 +- 3D/Sample Models/Sierpinski Simple 3D.nlogo3d | 2 +- 3D/Sample Models/Sunflower 3D.nlogo3d | 2 +- 3D/Sample Models/Surface Walking 3D.nlogo3d | 2 +- 3D/Sample Models/Termites 3D.nlogo3d | 2 +- 3D/Sample Models/Tree Simple 3D.nlogo3d | 2 +- 3D/Sample Models/Wave Machine 3D.nlogo3d | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/3D/Code Examples/Airplane Landing Example 3D.nlogo3d b/3D/Code Examples/Airplane Landing Example 3D.nlogo3d index 76fcf2844..8669cc9bd 100644 --- a/3D/Code Examples/Airplane Landing Example 3D.nlogo3d +++ b/3D/Code Examples/Airplane Landing Example 3D.nlogo3d @@ -475,7 +475,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Bouncing Balls Example 3D.nlogo3d b/3D/Code Examples/Bouncing Balls Example 3D.nlogo3d index 0dac42b70..bda2312b5 100644 --- a/3D/Code Examples/Bouncing Balls Example 3D.nlogo3d +++ b/3D/Code Examples/Bouncing Balls Example 3D.nlogo3d @@ -506,7 +506,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Hill Climbing Example 3D.nlogo3d b/3D/Code Examples/Hill Climbing Example 3D.nlogo3d index 02211d449..aa2ec4fac 100644 --- a/3D/Code Examples/Hill Climbing Example 3D.nlogo3d +++ b/3D/Code Examples/Hill Climbing Example 3D.nlogo3d @@ -445,7 +445,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Neighborhoods Example 3D.nlogo3d b/3D/Code Examples/Neighborhoods Example 3D.nlogo3d index 18032f8dc..f0972a4c4 100644 --- a/3D/Code Examples/Neighborhoods Example 3D.nlogo3d +++ b/3D/Code Examples/Neighborhoods Example 3D.nlogo3d @@ -498,7 +498,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup paint-neighbors diff --git a/3D/Code Examples/Network Example 3D.nlogo3d b/3D/Code Examples/Network Example 3D.nlogo3d index 0c59be2fc..7048bf5d4 100644 --- a/3D/Code Examples/Network Example 3D.nlogo3d +++ b/3D/Code Examples/Network Example 3D.nlogo3d @@ -470,7 +470,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Shapes Example 3D.nlogo3d b/3D/Code Examples/Shapes Example 3D.nlogo3d index f24dbd287..22fcd4606 100644 --- a/3D/Code Examples/Shapes Example 3D.nlogo3d +++ b/3D/Code Examples/Shapes Example 3D.nlogo3d @@ -510,7 +510,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup @#$#@#$#@ diff --git a/3D/Code Examples/Spherical Path Example 3D.nlogo3d b/3D/Code Examples/Spherical Path Example 3D.nlogo3d index b343f5ddf..9b8a242eb 100644 --- a/3D/Code Examples/Spherical Path Example 3D.nlogo3d +++ b/3D/Code Examples/Spherical Path Example 3D.nlogo3d @@ -490,7 +490,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup repeat 75 [ go-distance ] diff --git a/3D/Code Examples/Three Loops Example 3D.nlogo3d b/3D/Code Examples/Three Loops Example 3D.nlogo3d index 6124c46a3..b9e6582eb 100644 --- a/3D/Code Examples/Three Loops Example 3D.nlogo3d +++ b/3D/Code Examples/Three Loops Example 3D.nlogo3d @@ -384,7 +384,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Trails Example 3D.nlogo3d b/3D/Code Examples/Trails Example 3D.nlogo3d index 48bd791b3..8fbdef190 100644 --- a/3D/Code Examples/Trails Example 3D.nlogo3d +++ b/3D/Code Examples/Trails Example 3D.nlogo3d @@ -405,7 +405,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Turtle Dance Example 3D.nlogo3d b/3D/Code Examples/Turtle Dance Example 3D.nlogo3d index 1c889a9c1..481605d7a 100644 --- a/3D/Code Examples/Turtle Dance Example 3D.nlogo3d +++ b/3D/Code Examples/Turtle Dance Example 3D.nlogo3d @@ -434,7 +434,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Turtle Perspective Example 3D.nlogo3d b/3D/Code Examples/Turtle Perspective Example 3D.nlogo3d index c3001a851..b892cd889 100644 --- a/3D/Code Examples/Turtle Perspective Example 3D.nlogo3d +++ b/3D/Code Examples/Turtle Perspective Example 3D.nlogo3d @@ -514,7 +514,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Turtle and Observer Motion Example 3D.nlogo3d b/3D/Code Examples/Turtle and Observer Motion Example 3D.nlogo3d index da74d23c3..310f510a8 100644 --- a/3D/Code Examples/Turtle and Observer Motion Example 3D.nlogo3d +++ b/3D/Code Examples/Turtle and Observer Motion Example 3D.nlogo3d @@ -865,7 +865,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup @#$#@#$#@ diff --git a/3D/Code Examples/Uniform Distribution on a Sphere Example 3D.nlogo3d b/3D/Code Examples/Uniform Distribution on a Sphere Example 3D.nlogo3d index f9bc2ea15..5b1eaba79 100644 --- a/3D/Code Examples/Uniform Distribution on a Sphere Example 3D.nlogo3d +++ b/3D/Code Examples/Uniform Distribution on a Sphere Example 3D.nlogo3d @@ -448,7 +448,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup-uniform @#$#@#$#@ diff --git a/3D/Sample Models/DLA 3D.nlogo3d b/3D/Sample Models/DLA 3D.nlogo3d index fa8a170cf..0c4cc5b8f 100644 --- a/3D/Sample Models/DLA 3D.nlogo3d +++ b/3D/Sample Models/DLA 3D.nlogo3d @@ -540,7 +540,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ set use-whole-world? false setup diff --git a/3D/Sample Models/Fireworks 3D.nlogo3d b/3D/Sample Models/Fireworks 3D.nlogo3d index 9c3a04196..a542a1303 100644 --- a/3D/Sample Models/Fireworks 3D.nlogo3d +++ b/3D/Sample Models/Fireworks 3D.nlogo3d @@ -711,7 +711,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ set trails? true set fireworks 30 diff --git a/3D/Sample Models/Flocking 3D Alternate.nlogo3d b/3D/Sample Models/Flocking 3D Alternate.nlogo3d index ee9aa545a..fcf5bab8a 100644 --- a/3D/Sample Models/Flocking 3D Alternate.nlogo3d +++ b/3D/Sample Models/Flocking 3D Alternate.nlogo3d @@ -922,7 +922,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup watch turtle 0 diff --git a/3D/Sample Models/Flocking 3D.nlogo3d b/3D/Sample Models/Flocking 3D.nlogo3d index eb2dee3c7..a0656dcc1 100644 --- a/3D/Sample Models/Flocking 3D.nlogo3d +++ b/3D/Sample Models/Flocking 3D.nlogo3d @@ -752,7 +752,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup repeat 400 [ go ] diff --git a/3D/Sample Models/Follower 3D.nlogo3d b/3D/Sample Models/Follower 3D.nlogo3d index 607872273..baed0e048 100644 --- a/3D/Sample Models/Follower 3D.nlogo3d +++ b/3D/Sample Models/Follower 3D.nlogo3d @@ -617,7 +617,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup follow one-of turtles diff --git a/3D/Sample Models/GasLab/GasLab Free Gas 3D.nlogo3d b/3D/Sample Models/GasLab/GasLab Free Gas 3D.nlogo3d index a6bd63292..82fd8d13f 100644 --- a/3D/Sample Models/GasLab/GasLab Free Gas 3D.nlogo3d +++ b/3D/Sample Models/GasLab/GasLab Free Gas 3D.nlogo3d @@ -1183,7 +1183,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ set trace? false setup diff --git a/3D/Sample Models/GasLab/GasLab Single Collision 3D.nlogo3d b/3D/Sample Models/GasLab/GasLab Single Collision 3D.nlogo3d index 13e007ebb..e15a6a82c 100644 --- a/3D/Sample Models/GasLab/GasLab Single Collision 3D.nlogo3d +++ b/3D/Sample Models/GasLab/GasLab Single Collision 3D.nlogo3d @@ -1186,7 +1186,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup @#$#@#$#@ diff --git a/3D/Sample Models/GasLab/GasLab Two Gas 3D.nlogo3d b/3D/Sample Models/GasLab/GasLab Two Gas 3D.nlogo3d index de5d78807..50b0c1809 100644 --- a/3D/Sample Models/GasLab/GasLab Two Gas 3D.nlogo3d +++ b/3D/Sample Models/GasLab/GasLab Two Gas 3D.nlogo3d @@ -1412,7 +1412,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Hydrogen Diffusion 3D.nlogo3d b/3D/Sample Models/Hydrogen Diffusion 3D.nlogo3d index 9ce5bcf25..4047f476f 100644 --- a/3D/Sample Models/Hydrogen Diffusion 3D.nlogo3d +++ b/3D/Sample Models/Hydrogen Diffusion 3D.nlogo3d @@ -1011,7 +1011,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Life 3D.nlogo3d b/3D/Sample Models/Life 3D.nlogo3d index fcc689bd2..b1be5eec6 100644 --- a/3D/Sample Models/Life 3D.nlogo3d +++ b/3D/Sample Models/Life 3D.nlogo3d @@ -620,7 +620,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup-normal repeat 20 [ go ] diff --git a/3D/Sample Models/Mousetraps 3D.nlogo3d b/3D/Sample Models/Mousetraps 3D.nlogo3d index 35bb716dd..c7993b9f5 100644 --- a/3D/Sample Models/Mousetraps 3D.nlogo3d +++ b/3D/Sample Models/Mousetraps 3D.nlogo3d @@ -502,7 +502,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup set power 0.35 diff --git a/3D/Sample Models/Percolation 3D.nlogo3d b/3D/Sample Models/Percolation 3D.nlogo3d index c4575b719..a6a6fba3e 100644 --- a/3D/Sample Models/Percolation 3D.nlogo3d +++ b/3D/Sample Models/Percolation 3D.nlogo3d @@ -544,7 +544,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup repeat world-depth - 1 [ go ] diff --git a/3D/Sample Models/Preferential Attachment 3D.nlogo3d b/3D/Sample Models/Preferential Attachment 3D.nlogo3d index 09150f95b..2b36c9e5b 100644 --- a/3D/Sample Models/Preferential Attachment 3D.nlogo3d +++ b/3D/Sample Models/Preferential Attachment 3D.nlogo3d @@ -687,7 +687,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ set layout? false setup repeat 175 [ go ] diff --git a/3D/Sample Models/Raindrops 3D.nlogo3d b/3D/Sample Models/Raindrops 3D.nlogo3d index abe2a436b..f9575e49b 100644 --- a/3D/Sample Models/Raindrops 3D.nlogo3d +++ b/3D/Sample Models/Raindrops 3D.nlogo3d @@ -565,7 +565,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Rope 3D.nlogo3d b/3D/Sample Models/Rope 3D.nlogo3d index 4c97c391e..e913d9347 100644 --- a/3D/Sample Models/Rope 3D.nlogo3d +++ b/3D/Sample Models/Rope 3D.nlogo3d @@ -710,7 +710,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup set y-frequency-green 20 diff --git a/3D/Sample Models/Sand 3D.nlogo3d b/3D/Sample Models/Sand 3D.nlogo3d index 3becf0507..a9a17e7dd 100644 --- a/3D/Sample Models/Sand 3D.nlogo3d +++ b/3D/Sample Models/Sand 3D.nlogo3d @@ -473,7 +473,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup repeat 200 [ go ] diff --git a/3D/Sample Models/Sandpile 3D.nlogo3d b/3D/Sample Models/Sandpile 3D.nlogo3d index b60408e58..e2238fc02 100644 --- a/3D/Sample Models/Sandpile 3D.nlogo3d +++ b/3D/Sample Models/Sandpile 3D.nlogo3d @@ -613,7 +613,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup fill-world diff --git a/3D/Sample Models/Sierpinski Simple 3D.nlogo3d b/3D/Sample Models/Sierpinski Simple 3D.nlogo3d index 8b5aa7f60..63c4f684a 100644 --- a/3D/Sample Models/Sierpinski Simple 3D.nlogo3d +++ b/3D/Sample Models/Sierpinski Simple 3D.nlogo3d @@ -523,7 +523,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup repeat 7 [ go ] @#$#@#$#@ diff --git a/3D/Sample Models/Sunflower 3D.nlogo3d b/3D/Sample Models/Sunflower 3D.nlogo3d index ab164391c..592e247c7 100644 --- a/3D/Sample Models/Sunflower 3D.nlogo3d +++ b/3D/Sample Models/Sunflower 3D.nlogo3d @@ -540,7 +540,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup repeat 350 [ go ] diff --git a/3D/Sample Models/Surface Walking 3D.nlogo3d b/3D/Sample Models/Surface Walking 3D.nlogo3d index 4c74d7981..52e906f1f 100644 --- a/3D/Sample Models/Surface Walking 3D.nlogo3d +++ b/3D/Sample Models/Surface Walking 3D.nlogo3d @@ -706,7 +706,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Termites 3D.nlogo3d b/3D/Sample Models/Termites 3D.nlogo3d index dafb7a7f5..d81e8577d 100644 --- a/3D/Sample Models/Termites 3D.nlogo3d +++ b/3D/Sample Models/Termites 3D.nlogo3d @@ -589,7 +589,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup @#$#@#$#@ diff --git a/3D/Sample Models/Tree Simple 3D.nlogo3d b/3D/Sample Models/Tree Simple 3D.nlogo3d index 7fe5047a6..bd2a65d0e 100644 --- a/3D/Sample Models/Tree Simple 3D.nlogo3d +++ b/3D/Sample Models/Tree Simple 3D.nlogo3d @@ -609,7 +609,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup @#$#@#$#@ diff --git a/3D/Sample Models/Wave Machine 3D.nlogo3d b/3D/Sample Models/Wave Machine 3D.nlogo3d index 6e1eb60ef..73139c6fb 100644 --- a/3D/Sample Models/Wave Machine 3D.nlogo3d +++ b/3D/Sample Models/Wave Machine 3D.nlogo3d @@ -623,7 +623,7 @@ false Polygon -7500403 true true 270 75 225 30 30 225 75 270 Polygon -7500403 true true 30 75 75 30 270 225 225 270 @#$#@#$#@ -NetLogo 3D 6.2.2 +NetLogo 3D 6.3.0 @#$#@#$#@ setup setxyz -2 -30 3