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

beta.r3js.org
-=yb4f310 2017-11-08 14:59:02 +01:00
parent 88041ac05a
commit 71620bbe76
1 changed files with 2 additions and 2 deletions

View File

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