Basic entity tracking
This commit is contained in:
@ -2,7 +2,7 @@ package phy
|
||||
|
||||
// Inputs describes the desired movements of the player.
|
||||
type Inputs struct {
|
||||
Yaw, Pitch float32
|
||||
Yaw, Pitch float64
|
||||
|
||||
ThrottleX, ThrottleZ float64
|
||||
}
|
||||
|
Reference in New Issue
Block a user