Searched refs:setVertex (Results 1 – 1 of 1) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ |
D | Grid.java | 167 setVertex(i, j, positions[0][0], positions[0][1], positions[0][2], uvs[0][0], uvs[0][1]); in set() 168 … setVertex(i + 1, j, positions[1][0], positions[1][1], positions[1][2], uvs[1][0], uvs[1][1]); in set() 169 … setVertex(i, j + 1, positions[2][0], positions[2][1], positions[2][2], uvs[2][0], uvs[2][1]); in set() 170 … setVertex(i + 1, j + 1, positions[3][0], positions[3][1], positions[3][2], uvs[3][0], uvs[3][1]); in set() 174 private void setVertex(int i, int j, float x, float y, float z, float u, float v) { in setVertex() method in Grid
|