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

beta.r3js.org
-=yb4f310 2017-11-08 14:47:35 +01:00
parent 8e7eb65f34
commit 34538f57e6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ var tempTree = null;
for (i = -(Math.PI / 4); i <= (Math.PI / 4); i += 0.1) {
tempTree = treeLarge.cloneInstance();
tempTree.position.x = Math.sin(i) * 20;
tempTree.position.z = Math.cos(i) * 20;
tempTree.position.z = -1 * Math.cos(i) * 20;
}
//@ sourceURL=entityLoaded.js