From 43302e4235ec0431ecd3365616212c18892d6187 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 31 May 2012 23:08:27 +0000 Subject: asymptote 2.16 git-svn-id: svn://tug.org/texlive/trunk@26747 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/doc/asymptote/examples/animations/sphere.asy | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Master/texmf/doc/asymptote/examples/animations/sphere.asy') diff --git a/Master/texmf/doc/asymptote/examples/animations/sphere.asy b/Master/texmf/doc/asymptote/examples/animations/sphere.asy index 56c5f73e3b6..125cecc5566 100644 --- a/Master/texmf/doc/asymptote/examples/animations/sphere.asy +++ b/Master/texmf/doc/asymptote/examples/animations/sphere.asy @@ -22,11 +22,7 @@ for(int i=0; i < nbpts; ++i) { transform3 t=rotate(angle,(0,0,0),(1,0.25,0.25)); revolution r=sphere(O,3); draw(surface(r),lightgrey); -skeleton s; -r.transverse(s,reltime(r.g,0.5)); -r.longitudinal(s); -draw(s.transverse.back,linetype("8 8",8)); -draw(s.transverse.front); +draw(r,backpen=linetype("8 8",8)); animation A; -- cgit v1.2.3