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

beta.r3js.org
-=yb4f310 2017-11-08 14:23:13 +01:00
parent 5aa287f6f4
commit 10cfd2f57b
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ var tempTree = null;
for (i = 0; i <= Math.PI / 2; i += 0.1) {
tempTree = treeLarge.cloneInstance();
tempTree.position.x = Math.sin(i) * 10;
tempTree.position.z = Math.cos(i) * 10;
tempTree.position.x = Math.sin(i) * 100;
tempTree.position.z = Math.cos(i) * 100;
}
//@ sourceURL=entityLoaded.js