MathGroup Archive 2007

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

Search the Archive

Re: 3D graphics resize unintentionally when rotated

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81683] Re: 3D graphics resize unintentionally when rotated
  • From: markholtuk at googlemail.com
  • Date: Mon, 1 Oct 2007 04:52:30 -0400 (EDT)
  • References: <fdnlaf$kie$1@smc.vnet.net>

Dear Murray,
You need to use RotationAction->"Clip".

e.g.,

Graphics3D[{Sphere[{0, 0, 0}, 1], Sphere[{0, 0, 1.2}, 1/2],
  Sphere[{1, 0, 0.5}, 1/4], Sphere[{-1, 0, 0.5}, 1/4],
  Sphere[{-0.5, 0, -1}, 1/4], Sphere[{0.5, 0, -1}, 1/4],
  Sphere[{0.2, 0.4, 1.3}, 1/8], Sphere[{-0.2, 0.4, 1.3}, 1/8],
  Sphere[{0, 0.5, 1.1}, 1/8]}, RotationAction -> "Clip"]

Best wishes,

Mark

On Sep 30, 9:04 am, Murray Eisenberg <mur... at math.umass.edu> wrote:
> I'm experiencing the following problem with 3D graphics display in
> Mathematica 6 under Windows XP (with an ATI 256 MB video card): If I
> display the result of, say,
>
>    Graphics3D[Sphere[{0,0,0}]]
>
> and then use the mouse to rotate the graphic, at various instances the
> size of the sphere will suddenly grow, and then when I rotate it further
> it will suddenly shrink.
>
> Anybody else notice such behavior?  Any explanation?
>
> --
> Murray Eisenberg                     mur... at math.umass.edu
> Mathematics & Statistics Dept.
> Lederle Graduate Research Tower      phone413 549-1020(H)
> University of Massachusetts                413 545-2859(W)
> 710 North Pleasant Street            fax   413 545-1801
> Amherst, MA 01003-9305

Mark R. Holt, BA, PhD,
Molecular Cardiology,
Cardiovascular Division/
Randall Division of Cell and Molecular Biophysics
King's College London
London
SE1 1UL



  • Prev by Date: Re: Re: Mellin Transform
  • Next by Date: Re: does not list every option
  • Previous by thread: Re: 3D graphics resize unintentionally when rotated
  • Next by thread: Re: 3D graphics resize unintentionally when rotated