How can I mix 2D and 3D objects in the latest Asymptote? I am a little outdated; with Asymptote 1.20, this worked:
//======================================
import three;
size(8cm,0);
currentprojection = perspective(8,6,3);
real dotcircleradius = 0.04;
guide circ = circle(project(M),dotcircleradius);
guide3[] Mguides; // stripped the initialization part
triple M =...
2009-11-09 14:23:38 UTC in Asymptote