You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
89f1ddd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这次提交导致引擎启动奔溃
Critical error detected c0000374
A breakpoint instruction (__debugbreak() statement or a similar call) was executed in PiccoloEditor.exe.
89f1ddd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这次提交确实导致了崩溃,缩放轴的vertex_data_size计算应该没有多算,你遇到的多余白色方块是什么具体问题表现呢?可以使用renderdoc截帧分析一下
89f1ddd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个问题我在Mac和windows上都做了测试,mac上可以正常运行,windows上会崩溃。mac上的截图如下,在+8的情况下,scale轴的中心处会有一个白色的方块
89f1ddd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
手边没有mac环境,方便的话可以使用renderdoc抓帧分析一下,具体是在哪一步绘制的时候出现的?是mesh的vertex_data还是索引的数据出了问题?
renderdoc release页面未提供mac发行版本,不过可以自己编译(https://github.com/baldurk/renderdoc/blob/v1.x/docs/CONTRIBUTING/Compiling.md)