OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BoneWeight
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
VertexAttribute.java
109
public static VertexAttribute
BoneWeight
(int unit) {
110
return new VertexAttribute(Usage.
BoneWeight
, 2, "a_boneWeight" + unit, unit);
VertexAttributes.java
39
public static final int
BoneWeight
= 64;
Completed in 1733 milliseconds