Searched defs:texcoords (Results 1 – 2 of 2) sorted by relevance
156 public void allocateBuffers(int[] vertices, int[] texcoords, int[] normals, in allocateBuffers()180 public void allocateBuffers(int[] vertices, int[] texcoords, int[] normals, in allocateBuffers()196 private void allocate(int[] vertices, int[] texcoords, int[] normals, in allocate()
32 int[] texcoords = new int[2 * lats * longs]; in LatLongSphere() local