MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

graphics3d listanimate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111425] graphics3d listanimate
  • From: michuco <ibmichuco at hotmail.com>
  • Date: Sun, 1 Aug 2010 04:55:32 -0400 (EDT)

Hi,

Can one use ListAnimate with Graphics3D primitives?

I have two lines created by

a = Graphics3D[Line[{{0, 0, 0}, {0, 1, 0}}]];
b = Graphics3D[Line[{{1, 0, 0}, {1, 1, 0}}]];

and the following

ListAnimate[{a,b}]

doesn't show an animated sequence of two line alternating.

Any suggestion is appreciated,

Michuco


  • Next by Date: MinCut crashes the Mathematica kernel
  • Next by thread: Re: graphics3d listanimate