
ミップマップ
Sign in to saveIn computer graphics, a mipmap (mip being an acronym of the Latin phrase multum in parvo, meaning "much in little") is a pre-calculated, optimized sequence of images, each of which has an image resolution which is a factor of two smaller than the previous. Their use is known as mipmapping.
Wikidata facts
- Image
- MipMap Example STS101.jpg
Show 2 more facts
- Commons category
- Mipmapping
- Stack Exchange tag
- computergraphics.stackexchange.com/tags/mipmap
Sources (1)
via Wikidata · CC0
Article · 日本語
ミップマップ(mipmap、MIP map)は、3次元コンピュータグラフィックスのテクスチャフィルタリングにおいて、メインとなるテクスチャの画像を補完するよう事前計算され最適化された画像群である。これにより描画速度を向上させる。3Dのコンピュータゲームやフライトシミュレータ、その他の3D画像システムで広く使われている。これを使った技法をミップマッピング (mipmapping) と呼ぶ。"MIP" はラテン語の成句 multum in parvo の頭字語であり「小さな空間内の多数」を意味する。ミップマップを使うとメモリを余分に必要とする。ミップマップはの基盤ともなっている。
Abstract from DBpedia / Wikipedia · CC BY-SA