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
在 function _combineMesh(combineInstance) { 中 var combineIndices = combineMesh.getIndices(); 获取顶点索引 combineIndices 为空 后面的 combineIndices[indexIndex++] = index; 没法读取,报错。例子的场景测试没有问题,但是将那个场景资源放到最新版的 EgretPro 0.9.1预览报错
The text was updated successfully, but these errors were encountered:
感谢您的反馈,这个bug已经在master分支修复,可以重新更新下
Sorry, something went wrong.
No branches or pull requests
在 function _combineMesh(combineInstance) { 中
var combineIndices = combineMesh.getIndices(); 获取顶点索引
combineIndices 为空
后面的
combineIndices[indexIndex++] = index; 没法读取,报错。例子的场景测试没有问题,但是将那个场景资源放到最新版的 EgretPro 0.9.1预览报错
The text was updated successfully, but these errors were encountered: