首页
Python
Java
PHP
IOS
NodeJS
JavaScript
HTML5
小程序
AI
BufferGeometries
全部标签
javascript - THREE.js 中 BufferGeometry 的 STL 导出器
我有许多BufferGeometries,它们组成一个场景,它们的网格已经转移到不同的位置。我想知道是否有办法将这个场景从包含BufferGeometries的网格导出到STL文件。非常感谢。 最佳答案 您可以像这样将BufferGeometries转换为Geometry:vargeometry=newTHREE.Geometry().fromBufferGeometry(bufferGeometry);然后您可以导出为STL格式。 关于javascript-THREE.js中Buffe
BufferGeometry
javascript
section
BufferGeometries
stackoverflow
three.js
buffer-geometry
stl-format
Home
Powered By JJZJJ.COM
页面耗时:0.0848s