Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试绘制一个没有对角线的 THREE.js 线框圆柱体。我也在每帧移动圆柱体的顶点,我想知道是否有一种解决方案可以用四面体绘制它,而不必每帧手动创建一组新的 THREE.Line。EdgesHelper 闪烁,因为它必须每帧创建一个新的。