hi
is there a way to move a group of object around?
i created a group, but this code dont move the object together
var new = new THREE.Group ();
new.add(A,B,C,D);
new.position.x = 12 ;
thanks
hi
is there a way to move a group of object around?
i created a group, but this code dont move the object together
var new = new THREE.Group ();
new.add(A,B,C,D);
new.position.x = 12 ;
thanks
Hi!
Any warnings or error messages in browser console?
no error
just it dont move
Any chance to provide a working live code example, that shows the problem? jsfiddle, codepen etc.