Skip to content
New issue

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

[BUG]: graphic3D.drawLines 创建的线条数量过多会导致错误 #402

Open
ID-Emmett opened this issue May 29, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@ID-Emmett
Copy link
Contributor

Bug描述

测试发现通过使用 graphic3D.drawLines 无法创建超过 32000 条线,
无论是根据两个点创建线一条线,或是多个点创建线,均存在限制。

期待的结果

允许创建更多的线,或是有其他解决方案处理超过数十万条线的构建。

报错截图

1716967562513

测试引擎版本:

0.7.2

本机配置

  • CPU: 13th Gen Intel(R) Core(TM) i5-13600KF 3.50 GHz
  • Graphics Card: NVIDIA GeForce RTX 4070 Ti

代码示例

https://codepen.io/id-emmett/pen/pomRzVe

其他信息

目的是通过Ammo.js DebugDrawer 接口结合 Orillusion 的绘制能力实现可视化物理对象的功能。

@ID-Emmett ID-Emmett added the bug Something isn't working label May 29, 2024
@orillusion-admin
Copy link
Contributor

graphic3D这个能力和新版本的能力有冲突,我们后面会尽快统一

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants