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

beta.r3js.org
-=yb4f310 2017-11-08 14:25:03 +01:00
parent f85d1b9886
commit 18ed5dc4b4
1 changed files with 2 additions and 2 deletions

View File

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