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