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

beta.r3js.org
-=yb4f310 2017-11-08 14:57:34 +01:00
parent 156149761e
commit 63032988dd
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ var tempTree = null;
for (i = 1; i <= 10; i += 1) {
tempTree = treeLarge.cloneInstance();
tempTree.position.x = Math.sin(i) * 50;
tempTree.position.z = -1 * Math.cos(i) * 50;
tempTree.position.z = 0;// -1 * Math.cos(i) * 50;
}
for (i = -(Math.PI); i <= (Math.PI); i += 0.4) {