Basic entity tracking

This commit is contained in:
Tom
2020-09-19 15:59:03 -07:00
parent 7d1825b7e8
commit 7d122e2f8b
11 changed files with 357 additions and 158 deletions

View File

@ -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
}