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.
我有以下带有 csg 的场景: https ://www.babylonjs-playground.com/#KUM5WC#14 我只想绘制最终板的外边缘和孔的边缘(在操场上它需要很长时间才能加载并且在重新运行一个盘子消失后,您必须重新加载页面才能再次工作 - 在操场之外,无需刷新页面)。
改变 newMeshHolePlate.enableEdgesRendering(0.001); 没有效果
我的目标是以下外观:
做 newMeshHolePlate.enableEdgesRendering(0.999) 而不是 0.001