Update: CC - Before Render - Moorcow (9l6o7974qx.js) 22 bytes modified

beta.r3js.org
-=yb4f310 2017-11-07 00:39:11 +01:00
parent 6b4e72cecd
commit 43bacd4d68
1 changed files with 4 additions and 1 deletions

View File

@ -51,11 +51,14 @@ if (
apiBox.materials = [this.boxMaterial];
var speed = 0.5;
var box = null;
if (meshType === 1) {
box = cow.clone();
} else {
box = burger.clone();
speed = 0.3;
}
box.instance.visible = true;
@ -70,7 +73,7 @@ if (
var rotation = {x : rotX, y: rotY, z: rotZ};
var speed = 0.5;
var enemy = {
mesh : box