Update: CC - Entity Loaded - Moorcow (hv7vehw7se.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2018-03-07 08:17:24 +01:00
parent 2b44dfa3c8
commit c6e0648e2a
1 changed files with 5 additions and 5 deletions

View File

@ -1435,20 +1435,20 @@ for (var x = -50; x < 50; x += 20) {
for (var z = -170; z > -230; z -= 10) {
type++;
type += 1;
if (type === 1) {
if (type == 1) {
mesh = treeSmall.clone();
mesh.position.y = -14.19;
}
if (type === 2) {
if (type == 2) {
mesh = treeMedium.clone();
mesh.position.y = -10.26;
}
if (type === 3) {
if (type == 3) {
mesh = treeLarge.clone();
mesh.position.y = -4.43;
type = 1;
type = 0;
}
mesh.materials = [materialTreesAndRocks];