Searched refs:objectIndex (Results 1 – 1 of 1) sorted by relevance
269 private static int objectIndex = 0; field in OBJViewer294 objectIndex = (objectIndex + 1) % objectFiles.size(); in nextObject()295 object.load(objectFiles.get(objectIndex)); in nextObject()