OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TANGENT_ATTRIBUTE
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
VertexAttribute.java
102
return new VertexAttribute(Usage.Tangent, 3, ShaderProgram.
TANGENT_ATTRIBUTE
);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ShaderProgram.java
79
public static final String
TANGENT_ATTRIBUTE
= "a_tangent";
Completed in 63 milliseconds