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