Re: Augmented Reality Thought Experiment
Given the above information, can you work out what the following code is intended to represent please?
Unit, Metre;
-1, -1, 0, MovePen;
1, -1, 0, DrawLine;
1, -1, 2, DrawLine
-1, -1, 2, CloseLoopAndFillWithColour, Blue;
-1, -2, -0.1, Button, Red;
0, -2, -0.1, Button, Blue;
1, -2, -0.1, Button, Green;