Java – Difference between UV and ST texture coordinates

javajava-3dopengltexture-mapping

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.

Best Answer

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

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