Re: Graphics3D without perspective
- To: mathgroup at smc.vnet.net
- Subject: [mg112712] Re: Graphics3D without perspective
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Tue, 28 Sep 2010 06:03:15 -0400 (EDT)
- References: <i7pp8t$ld4$1@smc.vnet.net>
You could use ViewPoint with large values to remove perspective
effects like this:
Graphics3D[{Yellow,Cuboid[{0,0,0}],Blue,Cuboid[{0.5,0.5,0.5}]},ViewPoint-
>{100,200,100}]
Cheers -- Sjoerd
On Sep 27, 11:48 am, ADL <alberto.dilu... at tiscali.it> wrote:
> I would like to obtain a 3D plot, which can be rotated interactively,
> but without any perspective effects (so that the front and back faces
> of the picture generated by Graphics3D[] can superimpose perfectly).
>
> This can be achieved easily in Martin Kraus' Live3D Java applet, and
> even the degree of perspective can be changed interactively, but I
> could not find an option to do this in the Mathematica frontend.
>
> Any Idea?
>
> ADL