Tanaka Akira

Show:

What's happening?

  • Comment: hidden surface is drawn in GIF by animation and three

    I see. Thank you.

    2009-06-10 00:33:31 UTC in Asymptote

  • hidden surface is drawn in GIF by animation and three

    asy fails to remove hidden surface with following program, a.asy. % asy --version Asymptote version 1.77svn [(C) 2004 Andy Hammerlindl, John C. Bowman, Tom Prince] % asy a.asy The generated file, a.gif, is attached. It contains shadow near right edge which seems hidden surface. If I generate a static EPS image by removing "animation A;", "A.add();" and "A.movie();", the hidden...

    2009-06-09 06:33:27 UTC in Asymptote

  • Comment: maxtimes and mintimes problem

    Great. No problem now.

    2009-06-07 14:27:22 UTC in Asymptote

  • Comment: maxtimes and mintimes problem

    Thank you for very quick response. I built asy from svn trunk. The exact problems I reported is fixed. But a similar problem remain. % cat tst.asy path p = (-1,1)--(-1,-1)--(1,-1)--(2,2)--(3,3); real[] ts = maxtimes(p); pair p0 = point(p, ts[0]); pair p1 = point(p, ts[1]); write(p); write(ts); write(p0); write(p1); size(10cm); draw(p); dot(p0, blue); dot(p1, red); label("0", p1, NE);...

    2009-06-07 13:23:00 UTC in Asymptote

  • maxtimes and mintimes problem

    maxtimes returns times which aren't the maximum point. If I understand thier specification correctly, it is a bug. % cat tst.asy path p = (0,0)--(1,1); write(point(p, 0)); write(point(p, 1)); real[] ts = maxtimes(p); write(ts[0]); write(ts[1]); % asy tst.asy (0,0) (1,1) 0 0 I think ts[0] and ts[1] should be 1 because point(p, 1)=(1,1) is bigger than point(p, 0)=(0,0) in...

    2009-06-07 11:19:33 UTC in Asymptote

  • player segfault with gazebo

    player segfault with gazebo. I used svn latest version of player and gazebo. gazebo is run as follows. % gazebo gazebo/worlds/pioneer2dx.world Gazebo multi-robot simulator, version 0.9.0 Part of the Player/Stage Project [http://playerstage.sourceforge.net]. Copyright (C) 2003 Nate Koenig, Andrew Howard, and contributors. Released under the GNU General Public License...

    2009-06-03 09:21:51 UTC in The Player Project

  • gonzui

    akr committed patchset 32 of module langscan to the gonzui CVS repository, changing 9 files.

    2007-01-15 10:29:38 UTC in gonzui

  • gonzui

    akr committed patchset 397 of module gonzui to the gonzui CVS repository, changing 3 files.

    2007-01-05 10:12:43 UTC in gonzui

  • gonzui

    akr committed patchset 396 of module gonzui to the gonzui CVS repository, changing 2 files.

    2006-12-27 10:47:48 UTC in gonzui

  • gonzui

    akr committed patchset 31 of module langscan to the gonzui CVS repository, changing 2 files.

    2006-12-22 09:13:19 UTC in gonzui

About Me

  • 2000-04-28 (10 years ago)
  • 29182
  • akr (My Site)
  • Tanaka Akira

Send me a message