39404142434445
@Override protected void drawPrimitive(Type type, Material material, List<VectorXYZ> vertices, List<VectorXYZ> normals, List<List<VectorXZ>> texCoordLists) { primitiveMap.put(material, new Primitive(type, vertices, normals, texCoordLists)); }