Update: CC - Entity Loaded - Moorcow (gr0qs6v7dd.js) 1 bytes modified

beta.r3js.org
-=yb4f310 2017-11-08 14:50:57 +01:00
parent 14e954b017
commit 6223ffec5c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ for (i = -(Math.PI / 4); i <= (Math.PI / 4); i += 0.1) {
tempTree.position.z = -1 * Math.cos(i * 2) * 100;
}
for (i = -100; i <= 100; i += 0.1) {
for (i = -100; i <= 100; i += 10) {
tempTree = treeMedium.cloneInstance();
tempTree.position.x = i;
tempTree.position.z = -20;