問題タブ [dds-format]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
textures - IWICDdsDecoder がキューブ マップの読み込みに失敗する
NVidia の Texture Exporter Toolで Texture Cube を作成しましたが、 で読み込めませんIWICDdsDecoder
。
で失敗し0x88982f61 : The image header is unrecognized.
ます。
一方、Dimension = WICDdsTexture2D
NVTET で作成された通常の 2D テクスチャ ( ) は正しくロードされ、適切に機能します。
IWICDdsLoader
キューブ マップをサポートしていますか?サポートしていない場合、WICDdsDimension.WICDdsTextureCube
指定されているのはなぜですか?
WICDdsTexture2D
NVTET によって記述された通常のテクスチャに対して機能する部分ローダー コード。