Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メッシュの頂点位置を正常にエクスポートするスクリプトを MaxScript で作成しました。頂点は、3dsMax のインデックス順に従って並べ替えられます。webgl アプリケーションが正しい順序を読み取って元の三角形を構築できるようにするには、どのようにインデックスを作成すればよいですか?
つまり、出力ファイルに print と入力すると、メッシュのインデックスが取得されます: 1,2,3,4,5,6,7 など...これは webgl の正しい順序ではありません。