void setMatrix4s(List<Matrix4> matrix4s) { for (final matrix4 in matrix4s) { setMatrix4(matrix4); } }