Searched defs:scaleU (Results 1 – 2 of 2) sorted by relevance
108 public float scaleU = 1; field in TextureAttribute127 float offsetV, float scaleU, float scaleV, int uvIndex) { in TextureAttribute()137 float offsetV, float scaleU, float scaleV) { in TextureAttribute()
305 float scaleU = tex.uvScaling == null ? 1f : tex.uvScaling.x; in convertMaterial() local