5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

UVマップとは

Posted at

3次元のメッシュを、2次元に展開するための情報のことです。

UVの「U」はテクスチャの横座標、「V」は縦座標を表します。
UVはXYと同じ意味です。
XYではなくUVなのは、3次元の座標を表すXYZと区別するためです。

「WXYZ」が3次元の座標を表すために使用されているため、
アルファベットの並び順……UVWXYZで、WXYZの2文字前の「U」「V」を使用しています。

5
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?