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

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

2 Answers

+4 votes

Well, you can ask patches to set an image, just like with turtles , but each patch will get the same image applied to it, so you can't project one image across a bunch of patches.

If you need this effect, you may be better off creating a large "square" (cube) turtle and applying the image to that.

answered by (508 points)
+3 votes

Yes, you can use the raytracing:set-bacground-image "example.jpg" don't forget to save it in the same folder though

answered by (1 point)
...