add interpolation
This commit is contained in:
parent
1412cabbb4
commit
df3f0d1436
3 changed files with 9 additions and 5 deletions
|
@ -45,7 +45,7 @@ function Ship(data) {
|
|||
this.yvel = data[3];
|
||||
this.r = data[4];
|
||||
this.rvel = data[5];
|
||||
this.updated = true;
|
||||
this.updated = 10;
|
||||
this.thrust = {
|
||||
forward: data[6],
|
||||
left: data[7],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue