Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: camup changes when i rotate manually
Date: Sat, 3 Nov 2007 21:46:41 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 28
Message-ID: <fgiq81$gup$1@fred.mathworks.com>
References: <fgfbbp$c3f$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1194126401 17369 172.30.248.35 (3 Nov 2007 21:46:41 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 3 Nov 2007 21:46:41 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:435951



Basically I think that using the 'rotate' tool automatically
resets the camup property, but I cant find where ( in
rotate3d.m at least)

Any ideas of how i can use the "rotate with the mouse" tool
without resetting the camup value?

Thanks

Dave

"David Doria" <daviddoria@gmail.com> wrote in message
<fgfbbp$c3f$1@fred.mathworks.com>...
> I set:
> 
> camup([0 -1 0])
> 
> that changes camup('mode') to manual
> 
> then as soon as i rotate the plot manually, it switches
> camup('mode') to auto and camup is back to [0 0 1].
> 
> How can I say "dont change cam up when i do soemthing" ?
> 
> Thanks
> 
> David