Update readme
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
settings.outformat="png";
|
||||
settings.render=16;
|
||||
|
||||
import three;
|
||||
|
||||
size(5cm);
|
||||
|
||||
draw(O -- 1.2X, arrow=Arrow3(emissive(black)));
|
||||
draw(O -- 1.2Y, arrow=Arrow3(emissive(black)));
|
||||
draw(O -- 1.2Z, arrow=Arrow3(emissive(black)));
|
||||
|
||||
draw(arc(c=O, X, X + 2Y));
|
||||
draw(arc(c=O, Z, 0.5*X + Y + 0.8*Z));
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user