Home
last modified time | relevance | path

Searched defs:scaleU (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
DTextureAttribute.java108 public float scaleU = 1; field in TextureAttribute
127 float offsetV, float scaleU, float scaleV, int uvIndex) { in TextureAttribute()
137 float offsetV, float scaleU, float scaleV) { in TextureAttribute()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/
DModel.java305 float scaleU = tex.uvScaling == null ? 1f : tex.uvScaling.x; in convertMaterial() local