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

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

2 Answers

+6 votes

Here's how I did it.

  • I put the 3D Shape in transparent (very close to invisibility), you can't see it in Netlogo 3D but
    only see it when it's rendered.
  • Look for a transparent png file to set as a 3D Shape.
 set color (list 192 234 250 1) 

raytracing:set-image "lightning.png" 
answered by (1 point)
+4

Make sure the turtle shape is square as when I put it in as a circle, the image imported became bent(curvy).

+4

Of course, some people might like the image to be curved!

Also: note that it's possible to CHANGE a PNG image to have transparent parts using image editing software like the GIMP.

+3 votes

Also, you can create your own 3D shapes by combining the 3D shapes available.

answered by (1 point)
...