Object3D addAll(List<Object3D> objects) { for (var i = 0; i < objects.length; i++) { add(objects[i]); } return this; }