|
[Date Index]
[Thread Index]
[Author Index]
Re: Re: 3D graphics resize unintentionally when rotated
- To: mathgroup at smc.vnet.net
- Subject: [mg81698] Re: [mg81664] Re: 3D graphics resize unintentionally when rotated
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Tue, 2 Oct 2007 05:25:46 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <fdnlaf$kie$1@smc.vnet.net> <200710010842.EAA22648@smc.vnet.net>
- Reply-to: murray at math.umass.edu
Including option RotationAction->"Fit" almost works: the image stays of
a fixed size EXCEPT when I finally release the mouse after rotating the
image.
What seems to work better is option SphericalRegion->True. The image
remains the same size from its initial, static form through the rotation
and beyond, after the mouse button is released.
David Reiss wrote:
> 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
>
>
>
--
Murray Eisenberg murray 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
Prev by Date:
Re: Number of interval Intersections for a large number of intervals
Next by Date:
Re: Flat colour in RegionPlot; millions of little triangles
Previous by thread:
Re: 3D graphics resize unintentionally when rotated
Next by thread:
Simplifying Log[a] + Log[expr_] - Log[2 expr_]: Brute force necessary?
|