Update: CC - SnailRunner - Before Render (94xi7aitax.js) 41 bytes modified

beta.r3js.org
-=yb4f310 2018-03-09 02:53:11 +01:00
parent 964488447a
commit 61ba01067d
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ if (this.camera.position.z < this.snail.position.z) {
} else {
this.camera.position.z -= data.delta * 0.1;
}
this.camera.updateInstance('position');
this.time += data.delta;