Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
14
Task/Draw-a-cuboid/Logo/draw-a-cuboid-1.logo
Normal file
14
Task/Draw-a-cuboid/Logo/draw-a-cuboid-1.logo
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
to cuboid :l1 :l2 :l3
|
||||
cs perspective ;making the room ready to use
|
||||
setxyz :l1 0 0
|
||||
setxyz :l1 :l2 0
|
||||
setxyz 0 :l2 0
|
||||
setxyz 0 0 0
|
||||
setxyz :l1 0 0
|
||||
setxyz :l1 0 -:l3
|
||||
setxyz :l1 :l2 -:l3
|
||||
setxyz :l1 :l2 0
|
||||
setxyz 0 :l2 0
|
||||
setxyz 0 :l2 -:l3
|
||||
setxyz :l1 :l2 -:l3
|
||||
end
|
||||
1
Task/Draw-a-cuboid/Logo/draw-a-cuboid-2.logo
Normal file
1
Task/Draw-a-cuboid/Logo/draw-a-cuboid-2.logo
Normal file
|
|
@ -0,0 +1 @@
|
|||
cuboid 50 100 150
|
||||
Loading…
Add table
Add a link
Reference in a new issue