To smooth the movements of the mouse  
Author Message
Misterysword





PostPosted: 2007-7-20 17:36:00 Top

java-programmer, To smooth the movements of the mouse On 19 jul, 07:45, Miss Elaine Eos <email***@***.com>
wrote:
> In article <email***@***.com>,
>
> email***@***.com wrote:
> > In my program, when I want to rotate or translate, movements abrupt.
> > How would you smooth the movements of the mouse?
>
> Abrupt in what way? Is it jerky? Smooth but too fast? Not able to do
> small movements?
>
> --
> Please take off your pants or I won't read your e-mail.
> I will not, no matter how "good" the deal, patronise any business which sends
> unsolicited commercial e-mail or that advertises in discussion newsgroups.

? ummm...It seems that you are dangerous...jijiji

Well, well. Movements, like the rotation, are too fast.If I move a
little the mouse, the scene is moved very fast.

I Can I make it slower?

(Sorry for my writing. I'm not english, and I'm beginning with the
English...^_^ )

Thanks

 
Miss Elaine Eos





PostPosted: 2007-7-25 12:59:00 Top

java-programmer >> To smooth the movements of the mouse In article <email***@***.com>,
email***@***.com wrote:

> On 19 jul, 07:45, Miss Elaine Eos <email***@***.com>
> wrote:
> > In article <email***@***.com>,
> >
> > email***@***.com wrote:
> > > In my program, when I want to rotate or translate, movements abrupt.
> > > How would you smooth the movements of the mouse?
> >
> > Abrupt in what way? Is it jerky? Smooth but too fast? Not able to do
> > small movements?

> Well, well. Movements, like the rotation, are too fast.If I move a
> little the mouse, the scene is moved very fast.
>
> I Can I make it slower?

Try dividing the mouse-deltas by some amount. So the inputs appear to
be .5 or .1 of the actual values.

--
Please take off your pants or I won't read your e-mail.
I will not, no matter how "good" the deal, patronise any business which sends
unsolicited commercial e-mail or that advertises in discussion newsgroups.
 
Misterysword





PostPosted: 2007-8-1 19:34:00 Top

java-programmer >> To smooth the movements of the mouse On 25 jul, 06:58, Miss Elaine Eos <email***@***.com>
wrote:
> In article <email***@***.com>,
>
> email***@***.com wrote:
> > On 19 jul, 07:45, Miss Elaine Eos <email***@***.com>
> > wrote:
> > > In article <email***@***.com>,
>
> > > email***@***.com wrote:
> > > > In my program, when I want to rotate or translate, movements abrupt.
> > > > How would you smooth the movements of the mouse?
>
> > > Abrupt in what way? Is it jerky? Smooth but too fast? Not able to do
> > > small movements?
> > Well, well. Movements, like the rotation, are too fast.If I move a
> > little the mouse, the scene is moved very fast.
>
> > I Can I make it slower?
>
> Try dividing the mouse-deltas by some amount. So the inputs appear to
> be .5 or .1 of the actual values.
>
> --
> Please take off your pants or I won't read your e-mail.
> I will not, no matter how "good" the deal, patronise any business which sends
> unsolicited commercial e-mail or that advertises in discussion newsgroups.

Thanks you for your response, but..mouse-deltas??? where are they?
Should I be any function or class?

I don磘 understand...