[starlogo-users] Finer Grained Lines
Eric Klopfer
klopfer at MIT.EDU
Mon Sep 12 20:24:52 EDT 2005
It is possible to change the resolution of the lines in Starlogo, but
it is not possible to do that independently of the size of the
turtle. Even though only 1 pixel was showing in your example, the
turtle was still 4x4 pixels. You can reduce the granularity of the
entire canvas to 1 pixel x 1 pixel, by going to the patch slider
canvas and changing the patch size to 1. That will create 1 pixel
turtles and they will draw with 1 pixel pens.
Eric Klopfer
On Sep 12, 2005, at 11:52 AM, 1783 General wrote:
> I saw a message in 2003 regarding finer grained lines for turtles;
> however, I do not seem to be able to get it to work.
>
> I have gone to the "Shape Chooser" and edited shape 12 so that it
> was only one pixel and was named "one-pixel". I then went back to
> the command center and used the following command.
>
> setshape-of 0 one-pixel
>
> If I then request the current shape for turtle 0:
>
> show shape-of 0
> Turtle #0: 12
>
> So, it should be good to go. If I then pd and fd 5, I get the
> standard 4x4 pixel line. Any help on setting turtleshapes (brush
> sizes) would be greatly appreciated.
>
> Eventually, I am hoping to create an supply-chain simulator with
> and without RFID tags. But, I need a bit better looking graphics to
> make it useable.
>
> Best Regards,
> Bill Wimsatt
>
> _______________________________________________
> starlogo-users mailing list
> starlogo-users at media.mit.edu
> http://education.mit.edu/mailman/listinfo/starlogo-users
>
More information about the starlogo-users
mailing list