Searched defs:normals (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()
34 int[] normals = new int[3 * lats * longs]; in LatLongSphere() local