From f40189d8ab1d3fe2221a1fd9b7308ecf89d53e6d Mon Sep 17 00:00:00 2001 From: Nicolas Payette Date: Tue, 17 May 2016 20:48:36 -0400 Subject: [PATCH] make sure 3D models are tagged as needing manual previews - Some of them had custom or default commands that didn't compile - We want models to tell the truth about their preview commands that being said, if/when https://github.com/NetLogo/NetLogo/pull/833 is completed, some the custom commands eliminated here could very well be reused. --- 3D/Code Examples/Bouncing Balls Example 3D.nlogo3d | 3 ++- 3D/Code Examples/Neighborhoods Example 3D.nlogo3d | 5 ++--- 3D/Code Examples/Network Example 3D.nlogo3d | 3 ++- 3D/Code Examples/Shapes Example 3D.nlogo3d | 4 ++-- 3D/Code Examples/Spherical Path Example 3D.nlogo3d | 7 +++---- 3D/Code Examples/Three Loops Example 3D.nlogo3d | 3 ++- 3D/Code Examples/Trails Example 3D.nlogo3d | 3 ++- 3D/Code Examples/Turtle Dance Example 3D.nlogo3d | 3 ++- 3D/Code Examples/Turtle Perspective Example 3D.nlogo3d | 3 ++- .../Turtle and Observer Motion Example 3D.nlogo3d | 4 ++-- .../Uniform Distribution on a Sphere Example 3D.nlogo3d | 4 ++-- 3D/Sample Models/DLA 3D.nlogo3d | 6 ++---- 3D/Sample Models/Fireworks 3D.nlogo3d | 7 ++----- 3D/Sample Models/Flocking 3D Alternate.nlogo3d | 6 ++---- 3D/Sample Models/Flocking 3D.nlogo3d | 6 ++---- 3D/Sample Models/Follower 3D.nlogo3d | 6 ++---- 3D/Sample Models/GasLab/GasLab Free Gas 3D.nlogo3d | 8 ++------ .../GasLab/GasLab Single Collision 3D.nlogo3d | 4 ++-- 3D/Sample Models/GasLab/GasLab Two Gas 3D.nlogo3d | 3 ++- 3D/Sample Models/Hydrogen Diffusion 3D.nlogo3d | 3 ++- 3D/Sample Models/Life 3D.nlogo3d | 5 ++--- 3D/Sample Models/Mousetraps 3D.nlogo3d | 7 ++----- 3D/Sample Models/Percolation 3D.nlogo3d | 5 ++--- 3D/Sample Models/Preferential Attachment 3D.nlogo3d | 6 ++---- 3D/Sample Models/Raindrops 3D.nlogo3d | 3 ++- 3D/Sample Models/Rope 3D.nlogo3d | 7 ++----- 3D/Sample Models/Sand 3D.nlogo3d | 5 ++--- 3D/Sample Models/Sierpinski Simple 3D.nlogo3d | 4 ++-- 3D/Sample Models/Sunflower 3D.nlogo3d | 7 ++----- 3D/Sample Models/Surface Walking 3D.nlogo3d | 3 ++- 3D/Sample Models/Termites 3D.nlogo3d | 4 ++-- 3D/Sample Models/Tree Simple 3D.nlogo3d | 4 ++-- 3D/Sample Models/Wave Machine 3D.nlogo3d | 7 ++----- 33 files changed, 67 insertions(+), 91 deletions(-) diff --git a/3D/Code Examples/Bouncing Balls Example 3D.nlogo3d b/3D/Code Examples/Bouncing Balls Example 3D.nlogo3d index 1e5d89af4..00392fc04 100644 --- a/3D/Code Examples/Bouncing Balls Example 3D.nlogo3d +++ b/3D/Code Examples/Bouncing Balls Example 3D.nlogo3d @@ -507,8 +507,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Neighborhoods Example 3D.nlogo3d b/3D/Code Examples/Neighborhoods Example 3D.nlogo3d index bee3cfc54..110832f01 100644 --- a/3D/Code Examples/Neighborhoods Example 3D.nlogo3d +++ b/3D/Code Examples/Neighborhoods Example 3D.nlogo3d @@ -499,10 +499,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -paint-neighbors +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Network Example 3D.nlogo3d b/3D/Code Examples/Network Example 3D.nlogo3d index 4d05aca35..2c96c530c 100644 --- a/3D/Code Examples/Network Example 3D.nlogo3d +++ b/3D/Code Examples/Network Example 3D.nlogo3d @@ -471,8 +471,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Shapes Example 3D.nlogo3d b/3D/Code Examples/Shapes Example 3D.nlogo3d index a85fa0055..8cf9a3226 100644 --- a/3D/Code Examples/Shapes Example 3D.nlogo3d +++ b/3D/Code Examples/Shapes Example 3D.nlogo3d @@ -511,9 +511,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Spherical Path Example 3D.nlogo3d b/3D/Code Examples/Spherical Path Example 3D.nlogo3d index f65ddbbc6..a93e723a4 100644 --- a/3D/Code Examples/Spherical Path Example 3D.nlogo3d +++ b/3D/Code Examples/Spherical Path Example 3D.nlogo3d @@ -103,7 +103,7 @@ CHOOSER 165 step-size step-size -10 1 0.1 0.0010 +10 1 0.1 0.001 1 CHOOSER @@ -491,10 +491,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -repeat 75 [ go-distance ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Three Loops Example 3D.nlogo3d b/3D/Code Examples/Three Loops Example 3D.nlogo3d index f4f9738fe..120fd0ddb 100644 --- a/3D/Code Examples/Three Loops Example 3D.nlogo3d +++ b/3D/Code Examples/Three Loops Example 3D.nlogo3d @@ -385,8 +385,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Trails Example 3D.nlogo3d b/3D/Code Examples/Trails Example 3D.nlogo3d index a164181d1..94dc6a9aa 100644 --- a/3D/Code Examples/Trails Example 3D.nlogo3d +++ b/3D/Code Examples/Trails Example 3D.nlogo3d @@ -406,8 +406,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Turtle Dance Example 3D.nlogo3d b/3D/Code Examples/Turtle Dance Example 3D.nlogo3d index 175e0df78..22d028396 100644 --- a/3D/Code Examples/Turtle Dance Example 3D.nlogo3d +++ b/3D/Code Examples/Turtle Dance Example 3D.nlogo3d @@ -435,8 +435,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Code Examples/Turtle Perspective Example 3D.nlogo3d b/3D/Code Examples/Turtle Perspective Example 3D.nlogo3d index 8d494dfb1..74d0951c1 100644 --- a/3D/Code Examples/Turtle Perspective Example 3D.nlogo3d +++ b/3D/Code Examples/Turtle Perspective Example 3D.nlogo3d @@ -515,8 +515,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ 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 4239ec591..57824e07e 100644 --- a/3D/Code Examples/Turtle and Observer Motion Example 3D.nlogo3d +++ b/3D/Code Examples/Turtle and Observer Motion Example 3D.nlogo3d @@ -866,9 +866,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ 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 98ee70d92..bad62085e 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 @@ -449,9 +449,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup-uniform +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/DLA 3D.nlogo3d b/3D/Sample Models/DLA 3D.nlogo3d index 3e6931318..8dfa35f07 100644 --- a/3D/Sample Models/DLA 3D.nlogo3d +++ b/3D/Sample Models/DLA 3D.nlogo3d @@ -541,11 +541,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -set use-whole-world? false -setup -repeat 450 [ go ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Fireworks 3D.nlogo3d b/3D/Sample Models/Fireworks 3D.nlogo3d index c97d56d43..4eb91f132 100644 --- a/3D/Sample Models/Fireworks 3D.nlogo3d +++ b/3D/Sample Models/Fireworks 3D.nlogo3d @@ -712,12 +712,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -set trails? true -set fireworks 30 -setup -repeat 50 [ launch-rockets fall-down ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Flocking 3D Alternate.nlogo3d b/3D/Sample Models/Flocking 3D Alternate.nlogo3d index f8658c1ad..434fca6be 100644 --- a/3D/Sample Models/Flocking 3D Alternate.nlogo3d +++ b/3D/Sample Models/Flocking 3D Alternate.nlogo3d @@ -923,11 +923,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -watch turtle 0 -repeat 500 [ go ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Flocking 3D.nlogo3d b/3D/Sample Models/Flocking 3D.nlogo3d index e8b740a15..01e6d4057 100644 --- a/3D/Sample Models/Flocking 3D.nlogo3d +++ b/3D/Sample Models/Flocking 3D.nlogo3d @@ -753,11 +753,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -repeat 400 [ go ] -follow one-of ( turtles with-max [ count flockmates ] ) +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Follower 3D.nlogo3d b/3D/Sample Models/Follower 3D.nlogo3d index 4d08fa258..412b75cc3 100644 --- a/3D/Sample Models/Follower 3D.nlogo3d +++ b/3D/Sample Models/Follower 3D.nlogo3d @@ -618,11 +618,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -follow one-of turtles -repeat 225 [ go ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/GasLab/GasLab Free Gas 3D.nlogo3d b/3D/Sample Models/GasLab/GasLab Free Gas 3D.nlogo3d index 97d712721..fa24de48e 100644 --- a/3D/Sample Models/GasLab/GasLab Free Gas 3D.nlogo3d +++ b/3D/Sample Models/GasLab/GasLab Free Gas 3D.nlogo3d @@ -1184,13 +1184,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -set trace? false -setup -orbit-down 45 -orbit-right 45 -repeat 2000 [ go ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/GasLab/GasLab Single Collision 3D.nlogo3d b/3D/Sample Models/GasLab/GasLab Single Collision 3D.nlogo3d index ec4ad0003..da26315a9 100644 --- a/3D/Sample Models/GasLab/GasLab Single Collision 3D.nlogo3d +++ b/3D/Sample Models/GasLab/GasLab Single Collision 3D.nlogo3d @@ -1187,9 +1187,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/GasLab/GasLab Two Gas 3D.nlogo3d b/3D/Sample Models/GasLab/GasLab Two Gas 3D.nlogo3d index 306588fa9..a2becf063 100644 --- a/3D/Sample Models/GasLab/GasLab Two Gas 3D.nlogo3d +++ b/3D/Sample Models/GasLab/GasLab Two Gas 3D.nlogo3d @@ -1413,8 +1413,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Hydrogen Diffusion 3D.nlogo3d b/3D/Sample Models/Hydrogen Diffusion 3D.nlogo3d index 6811bf953..b9ea2297a 100644 --- a/3D/Sample Models/Hydrogen Diffusion 3D.nlogo3d +++ b/3D/Sample Models/Hydrogen Diffusion 3D.nlogo3d @@ -1012,8 +1012,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Life 3D.nlogo3d b/3D/Sample Models/Life 3D.nlogo3d index eac9685a0..dbf187fa8 100644 --- a/3D/Sample Models/Life 3D.nlogo3d +++ b/3D/Sample Models/Life 3D.nlogo3d @@ -621,10 +621,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup-normal -repeat 20 [ go ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Mousetraps 3D.nlogo3d b/3D/Sample Models/Mousetraps 3D.nlogo3d index 2d958be72..6c147bc2a 100644 --- a/3D/Sample Models/Mousetraps 3D.nlogo3d +++ b/3D/Sample Models/Mousetraps 3D.nlogo3d @@ -503,12 +503,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -set power 0.35 -repeat 325 [ go ] -setxyz 16 -30 16 +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Percolation 3D.nlogo3d b/3D/Sample Models/Percolation 3D.nlogo3d index e3d1828f6..dce02bb63 100644 --- a/3D/Sample Models/Percolation 3D.nlogo3d +++ b/3D/Sample Models/Percolation 3D.nlogo3d @@ -545,10 +545,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -repeat world-depth - 1 [ go ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Preferential Attachment 3D.nlogo3d b/3D/Sample Models/Preferential Attachment 3D.nlogo3d index 92a308454..4b31ebec9 100644 --- a/3D/Sample Models/Preferential Attachment 3D.nlogo3d +++ b/3D/Sample Models/Preferential Attachment 3D.nlogo3d @@ -690,11 +690,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -set layout? false -setup repeat 175 [ go ] -repeat 35 [ layout ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Raindrops 3D.nlogo3d b/3D/Sample Models/Raindrops 3D.nlogo3d index c43de1d50..4e8cef16b 100644 --- a/3D/Sample Models/Raindrops 3D.nlogo3d +++ b/3D/Sample Models/Raindrops 3D.nlogo3d @@ -573,8 +573,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Rope 3D.nlogo3d b/3D/Sample Models/Rope 3D.nlogo3d index b264f8c32..8ce65f00e 100644 --- a/3D/Sample Models/Rope 3D.nlogo3d +++ b/3D/Sample Models/Rope 3D.nlogo3d @@ -711,12 +711,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -set y-frequency-green 20 -zoom 60 -repeat 200 [ go ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Sand 3D.nlogo3d b/3D/Sample Models/Sand 3D.nlogo3d index 52889dae2..9c20536d4 100644 --- a/3D/Sample Models/Sand 3D.nlogo3d +++ b/3D/Sample Models/Sand 3D.nlogo3d @@ -474,10 +474,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -repeat 200 [ go ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Sierpinski Simple 3D.nlogo3d b/3D/Sample Models/Sierpinski Simple 3D.nlogo3d index 0a868dece..5cb78a93f 100644 --- a/3D/Sample Models/Sierpinski Simple 3D.nlogo3d +++ b/3D/Sample Models/Sierpinski Simple 3D.nlogo3d @@ -520,9 +520,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup repeat 7 [ go ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Sunflower 3D.nlogo3d b/3D/Sample Models/Sunflower 3D.nlogo3d index 2582bd0ca..750f068a2 100644 --- a/3D/Sample Models/Sunflower 3D.nlogo3d +++ b/3D/Sample Models/Sunflower 3D.nlogo3d @@ -541,12 +541,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -repeat 350 [ go ] -setxyz -0.5 -24 -2.5 -facexyz 0 -0.5 3 +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Surface Walking 3D.nlogo3d b/3D/Sample Models/Surface Walking 3D.nlogo3d index c2c0f0707..056efb0d9 100644 --- a/3D/Sample Models/Surface Walking 3D.nlogo3d +++ b/3D/Sample Models/Surface Walking 3D.nlogo3d @@ -707,8 +707,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Termites 3D.nlogo3d b/3D/Sample Models/Termites 3D.nlogo3d index 889e3e6ba..5e1476960 100644 --- a/3D/Sample Models/Termites 3D.nlogo3d +++ b/3D/Sample Models/Termites 3D.nlogo3d @@ -589,9 +589,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Tree Simple 3D.nlogo3d b/3D/Sample Models/Tree Simple 3D.nlogo3d index 1d4e5916d..6244b45b0 100644 --- a/3D/Sample Models/Tree Simple 3D.nlogo3d +++ b/3D/Sample Models/Tree Simple 3D.nlogo3d @@ -610,9 +610,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@ diff --git a/3D/Sample Models/Wave Machine 3D.nlogo3d b/3D/Sample Models/Wave Machine 3D.nlogo3d index 4ec23d4a3..6905a4fce 100644 --- a/3D/Sample Models/Wave Machine 3D.nlogo3d +++ b/3D/Sample Models/Wave Machine 3D.nlogo3d @@ -624,12 +624,9 @@ 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.0-M4 +NetLogo 3D 6.0-M6 @#$#@#$#@ -setup -setxyz -2 -30 3 -set driver-amplitude 9 -repeat 75 [ go ] +need-to-manually-make-preview-for-this-model @#$#@#$#@ @#$#@#$#@ @#$#@#$#@