Ptex
Ptex is a texture mapping system developed by Walt Disney Animation Studios for production-quality rendering:
スポンサーリンク
- No UV assignment is required! Ptex applies a separate texture to each face of a subdivision or polygon mesh.
- The Ptex file format can efficiently store hundreds of thousands of texture images in a single file.
- The Ptex API provides cached file I/O and high-quality filtering – everything that is needed to easily add Ptex support to a production-quality renderer or texture authoring application.
米Walt Disney Animation Studiosが開発したテクスチャマッピングソフトで、大きな特徴はマニュアルでのUV割り当てが不要という点。Ptex fileはテクスチャイメージを単一のファイルに効率よく格納するフォーマットとなっている。APIでキャッシュ化されたファイルのI/Oと高度フィルタリングを提供している。細分割曲面「Catmull-Clark」や「Loop」、ポリメッシュなどをサポートしているらしい。
(以上、ほとんどニュース記事の引用でした)
スポンサーリンク