Search code examples
javaopengljava-3dtexture-mapping

Difference between UV and ST texture coordinates


What's the difference between a UV texture coordinate vs. ST texture Coordinate?

I know that UV and ST are used in OpenGL.

I also know that ST are also used in Java.


Solution

  • They mean the same thing, it's just a different naming convention.

    U = S = x dimension
    V = T = y dimension