Home | History | Annotate | Download | only in texture

Lines Matching defs:texCoord

54        Vector3f[] texCoord = new Vector3f[8];
55 texCoord[0] = new Vector3f(0, 0, 0);
56 texCoord[1] = new Vector3f(1, 0, 0);
57 texCoord[2] = new Vector3f(0, 1, 0);
58 texCoord[3] = new Vector3f(1, 1, 0);
60 texCoord[4] = new Vector3f(0, 0, 1);
61 texCoord[5] = new Vector3f(1, 0, 1);
62 texCoord[6] = new Vector3f(0, 1, 1);
63 texCoord[7] = new Vector3f(1, 1, 1);
68 m.setBuffer(Type.TexCoord, 3, BufferUtils.createFloatBuffer(texCoord));