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

beta.r3js.org
-=yb4f310 2017-11-08 14:55:58 +01:00
parent 109f1416f9
commit 5f5c9598fc
1 changed files with 3 additions and 3 deletions

View File

@ -42,10 +42,10 @@ var scene = GameLib.EntityManager.Instance.findComponentById('lpdxa66480');
var i = 0;
var tempTree = null;
for (i = -(Math.PI); i <= (Math.PI); i += 0.1) {
for (i = -(Math.PI * 2); i <= (Math.PI * 2); i += 0.4) {
tempTree = treeLarge.cloneInstance();
tempTree.position.x = Math.sin(i * 2) * 100;
tempTree.position.z = -1 * Math.cos(i * 2) * 100;
tempTree.position.x = Math.sin(i * 2) * 50;
tempTree.position.z = -1 * Math.cos(i * 2) * 50;
}
for (i = -(Math.PI); i <= (Math.PI); i += 0.4) {