Searched defs:meshIndex (Results 1 – 3 of 3) sorted by relevance
60 int meshIndex = FastMath.nextRandomInt(0, vertices.size() - 1); in getRandomPoint() local83 int meshIndex = FastMath.nextRandomInt(0, vertices.size() - 1); in getRandomPointAndNormal() local
89 int meshIndex = FastMath.nextRandomInt(0, vertices.size() - 1); in getRandomPoint() local104 int meshIndex = FastMath.nextRandomInt(0, vertices.size() - 1); in getRandomPointAndNormal() local
106 private int meshIndex = 0; field in MeshLoader