void addGroup(int start, int count, [int materialIndex = 0]) { groups.add({ "start": start, "count": count, "materialIndex": materialIndex, }); }