Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+13 votes
asked in CSC 150 January201920 by (1 point)
+2

Agreed with Trang Hoang, import can work with patches but to have image on turtle, I think you would need to use raytracing

3 Answers

+7 votes

I think you can do set an image in raytracing to add an image onto the turtle. I do not think that you can add the image directly without raytracing.

answered by (1 point)
+2

So how would I import an image onto the turtle with raytracing? Do you know how I could do this?

+4 votes

You can do it using ray-tracing commands. We didn't learn otherwise ..

answered by (1 point)
0 votes

you can use the

ask turtle 1 [ raytraicng:set-image "picture.jpg" ]

answered by (1 point)
...