MathGroup Archive 1995

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

Search the Archive

Re: ROTATING ANIMATIONS in MMA?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg2498] Re: ROTATING ANIMATIONS in MMA?
  • From: ags at seaman.cc.purdue.edu (Dave Seaman)
  • Date: Wed, 15 Nov 1995 01:58:42 -0500
  • Organization: Purdue University

In article <DHv1M2.Anq at wri.com>, Allan Hayes  <hay at haystack.demon.co.uk> wrote:
>Zorro <berriz at husc.harvard.edu> wrote:
>>  Table[Show[3DObject, Boxed -> False,
>>  ViewPoint->{ 2 Cos[n 2 Pi/60], 2 Sin[n 2 Pi/60],2 }],
>>  {n, 0, 60}];

>Try the option SphericalRegion -> True inside Show.

An even easier way is:

	<<Graphics`Animation`

followed by:

	SpinShow[3DObject]

Dave Seaman


  • Prev by Date: Recombining CoefficientList
  • Next by Date: Re: Imaginary ...
  • Previous by thread: Re: ROTATING ANIMATIONS in MMA?
  • Next by thread: Turn off Cell Names (In/Out Names) in mma Screen Display?