Re: 3D graphics resize unintentionally when rotated
- To: mathgroup at smc.vnet.net
- Subject: [mg81664] Re: 3D graphics resize unintentionally when rotated
- From: David Reiss <dbreiss at gmail.com>
- Date: Mon, 1 Oct 2007 04:42:43 -0400 (EDT)
- References: <fdnlaf$kie$1@smc.vnet.net>
Hi Murray, This behavior can be mannaged through the option RotationAction. This is from the documentation ********* With the default setting RotationAction->"Fit", 3D graphics are rescaled to fit in their image region at the end of every interactive rotation action. This will typically make the graphics appear to jump slightly when the mouse is released. With RotationAction->"Clip", 3D graphics are not rescaled at the end of a rotation action, so they may be clipped or leave extra space, but will not appear to jump. RotationAction can be set globally in the Preferences dialog. ********* -David http://scientificarts.com/worklife A WorkLife FrameWork E x t e n d i n g MATHEMATICA's Reach... On Sep 30, 4: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 phone 413 549-1020 (H) > University of Massachusetts 413 545-2859 (W) > 710 North Pleasant Street fax 413 545-1801 > Amherst, MA 01003-9305
- Follow-Ups:
- Re: Re: 3D graphics resize unintentionally when rotated
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: 3D graphics resize unintentionally when rotated