forked from StrafesNET/strafe-client
comment about processed_time
This commit is contained in:
parent
f1e26cb07a
commit
5a886b76d1
@ -20,6 +20,8 @@ pub struct Body {
|
|||||||
velocity: glam::Vec3,//I64 where 2^32 = 1 u/s
|
velocity: glam::Vec3,//I64 where 2^32 = 1 u/s
|
||||||
acceleration: glam::Vec3,//I64 where 2^32 = 1 u/s/s
|
acceleration: glam::Vec3,//I64 where 2^32 = 1 u/s/s
|
||||||
time: TIME,//nanoseconds x xxxxD!
|
time: TIME,//nanoseconds x xxxxD!
|
||||||
|
//origin_time = timestamp of position and velocity
|
||||||
|
//processed_time = starting time for new events. prevents colliding with the analytic euqation in the past
|
||||||
}
|
}
|
||||||
|
|
||||||
pub enum MoveRestriction {
|
pub enum MoveRestriction {
|
||||||
|
Loading…
Reference in New Issue
Block a user