dynamic scaling vertexArray with textureWrap (no more stretching)
This commit is contained in:
@ -16,4 +16,9 @@ public class Vector3f {
|
||||
this.z = z;
|
||||
}
|
||||
|
||||
public void divXY(float div){
|
||||
this.x /= div;
|
||||
this.y /= div;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user