HomeSort by relevance Sort by last modified time
    Searched defs:meshPartId (Results 1 - 2 of 2) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/model/data/
ModelNodePart.java 26 public String meshPartId;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/loader/
G3dModelLoader.java 321 String meshPartId = material.getString("meshpartid", null);
323 if (meshPartId == null || materialId == null) {
324 throw new GdxRuntimeException("Node " + id + " part is missing meshPartId or materialId");
327 nodePart.meshPartId = meshPartId;

Completed in 137 milliseconds