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

beta.r3js.org
-=yb4f310 2017-11-08 16:03:13 +01:00
parent 9e1575d3da
commit 06a5fdb358
1 changed files with 4 additions and 4 deletions

View File

@ -73,10 +73,10 @@ for (i = 1; i <= 10; i += 1) {
largeTrees.push(tempTree);
}
for (i = -(Math.PI); i <= (Math.PI); i += 0.4) {
// tempTree = treeMedium.cloneInstance();
// tempTree.position.x = Math.sin(i * 2) * 100;
// tempTree.position.z = -1 * Math.cos(i * 2) * 100;
for (i = 1; i <= 10; i += 1) {
tempTree = treeMedium.cloneInstance();
tempTree.position.x = Math.cos(i) * 70;
tempTree.position.z = -1 * Math.sin(i) * 70;
}
for (i = -100; i <= 100; i += 20) {