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
测试发现通过使用 graphic3D.drawLines 无法创建超过 32000 条线, 无论是根据两个点创建线一条线,或是多个点创建线,均存在限制。
允许创建更多的线,或是有其他解决方案处理超过数十万条线的构建。
0.7.2
https://codepen.io/id-emmett/pen/pomRzVe
目的是通过Ammo.js DebugDrawer 接口结合 Orillusion 的绘制能力实现可视化物理对象的功能。
The text was updated successfully, but these errors were encountered:
graphic3D这个能力和新版本的能力有冲突,我们后面会尽快统一
Sorry, something went wrong.
No branches or pull requests
Bug描述
测试发现通过使用 graphic3D.drawLines 无法创建超过 32000 条线,
无论是根据两个点创建线一条线,或是多个点创建线,均存在限制。
期待的结果
允许创建更多的线,或是有其他解决方案处理超过数十万条线的构建。
报错截图
测试引擎版本:
0.7.2
本机配置
代码示例
https://codepen.io/id-emmett/pen/pomRzVe
其他信息
目的是通过Ammo.js DebugDrawer 接口结合 Orillusion 的绘制能力实现可视化物理对象的功能。
The text was updated successfully, but these errors were encountered: