MathGroup Archive 2007

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

Search the Archive

Re: determine viewpoint value during V6 3d rotation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82421] Re: determine viewpoint value during V6 3d rotation
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Sat, 20 Oct 2007 05:44:05 -0400 (EDT)
  • References: <ff9tbf$6g5$1@smc.vnet.net>

Hi,

try
vp = ViewPoint /. Options[Plot3D];

plt = Plot3D[Sin[x*y], {x, 0, Pi}, {y, 0, Pi},
   ViewPoint -> Dynamic[vp]]

and look what

Dynamic[vp]

does.

Regards
   Jens

congruentialuminaire at yahoo.com wrote:
> Hello Mathematica UG:
> 
> In V6, it is possible to rotate a ParametricPlot3D (or the like) in
> real time. Is it possible to determine what ViewPoint->() value a
> rotation results in?
> 
> TIA.
> 
> Regards..Roger
> 
> 


  • Prev by Date: Re: determine viewpoint value during V6 3d rotation
  • Next by Date: Re: ToExpression again
  • Previous by thread: Re: determine viewpoint value during V6 3d rotation
  • Next by thread: Re: determine viewpoint value during V6 3d rotation