HomeSort by relevance Sort by last modified time
    Searched refs:getMaxIndices (Results 1 - 3 of 3) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
ModelCache.java 77 && mesh.getMaxIndices() >= indexCount) {
118 && mesh.getMaxIndices() == indexCount) {
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
MeshBuilder.java 243 if (mesh.getMaxIndices() < indices.size)
244 throw new GdxRuntimeException("Mesh can't hold enough indices: " + mesh.getMaxIndices() + " < " + indices.size);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
Mesh.java 347 public int getMaxIndices () {
    [all...]

Completed in 1280 milliseconds