We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
バグについて
Import時に頂点バッファが重複して後ろに連結されてしまう
v0.56以降のimporterで
のデータをロードする`と起きる。
再現方法
スクリーンショット
ある場合は、問題の説明に役立つスクリーンショットを追加してください。
環境情報
追加の状況・背景
この問題に関するその他の状況・背景など記載したい場合にここに記載してください。
The text was updated successfully, but these errors were encountered:
未使用の頂点が後ろにある場合に削除する
abe2b82
vrm-c#610 対策
position, normal, uv, bone, joint などが同じ頂点が、異なる subMesh で共有されている可能性は低い。共有頂点バッファ方式やめた方が良いのでは。GLTF的にはトリッキーになっている。
Sorry, something went wrong.
https://github.com/vrm-c/UniVRM/pull/581/files
から発動するので、 UniVRMのエクスポートでは、まだ起きない。別のエクスポーターで作ったデータは起きている可能性がある。
mesh.extras.targetNames がトリガー。
mesh.extras.targetNames
共有バッファ方式は、 1.0 ではやめる方針。 0系では据え置きかも。
1.0
No branches or pull requests
バグについて
Import時に頂点バッファが重複して後ろに連結されてしまう
v0.56以降のimporterで
のデータをロードする`と起きる。
再現方法
スクリーンショット
ある場合は、問題の説明に役立つスクリーンショットを追加してください。
環境情報
追加の状況・背景
この問題に関するその他の状況・背景など記載したい場合にここに記載してください。
The text was updated successfully, but these errors were encountered: