Martin Spott writes:
> 
> "Norman Vine" <[EMAIL PROTECTED]> wrote:
> 
> > If you have a time series of positions, you have a time series of velocities
> >   ie the velocity is just the first difference ( Pi - P(i-1)) /  dT; 
> > And acceleration is just the 2nd differeance
> 
> The DIS protocol is one step ahead. It tells the client in which direction
> the object will _definitely_ move at which speed. From this information the
> client can do a much better prediction. The server itself does this
> prediction on the same information _too_ and this is the reason why the
> server always knows what position and velocity of the object the client is
> currently assumin. The server delays sending updates to the client until
> it's own (the servers) prediction differs from the actual position and speed
> of the object.
> 
> This is quite tricky, isn't it  :-)))

Hmm...... _definately_  is a strong concept .....

FWIW
I doubt if the DIS protocol is much if any better then a clientside Kalman Filter
except for reducing 'net traffic'.  So the tradeoff is where do you want to expend
the computing time.

It does take a 'leap of faith' though :-)

Cheers

Norman

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to