You may view all the posts of the category "solids.asy"
|
|
| (Compiled with Asymptote version 2.14svn-r5318) |
// Author: John Bowman
import three;
size(6cm,0);
currentprojection=perspective(10,100,50);
real a=2.5;
draw(scale3(a)*unitsphere,lightyellow);
draw(align(unit(currentprojection.vector()))*scale3(a)*unitcircle3,2bp+red);







