OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:texCoord
(Results
1 - 4
of
4
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTextureArray.java
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))
[
all
...]
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestCustomMesh.java
71
Vector2f []
texCoord
= new Vector2f[4];
72
texCoord
[0] = new Vector2f(0,0);
73
texCoord
[1] = new Vector2f(1,0);
74
texCoord
[2] = new Vector2f(0,1);
75
texCoord
[3] = new Vector2f(1,1);
82
m.setBuffer(Type.
TexCoord
, 2, BufferUtils.createFloatBuffer(
texCoord
));
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MaterialLoader.java
176
int
texCoord
= Integer.parseInt(split[1]);
177
if (
texCoord
== 1){
/external/chromium_org/cc/output/
shader.cc
[
all
...]
Completed in 211 milliseconds