public interface TexCoordGenerator
| Modifier and Type | Method and Description | 
|---|---|
| Vector2f | getCoordFor(float x,
           float y)Get the texture coordinate for a given render position | 
Vector2f getCoordFor(float x, float y)
x - The x coordinate of the vertex being renderedy - The y coordinate of the vertex being rendered