Roll
|
Pitch
|
Heading
|
repeat 4[fd 200 rt 90]These instructions are still available in the 3D world, where the square is drawn in perspective mode. If the turtle goes down degrees, we can draw another square and we obtain:
cs repeat 4[fd 200 rt 90] down 90 repeat 4[fd 200 rt 90] |
|
cs leftroll 90 up 90 rightroll 90 |
The turtles movement is equivalent to left 90 (You can try with your hand simulating the turtle if you don't understand)
|