标签: three.js wireframe material
我正在使用.stl文件。对于某些文件,它工作得很完美,但对某些文件却没有。
这是代码。
任何解决方案??
提前致谢。
`material = new THREE.MeshBasicMaterial( { color: 0x009d28, opacity: 1.0, wireframe: true, wireframeLinewidth: 1.0, transparent: true } );`