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.
我正在使用 .stl 文件。对于某些文件,它可以完美运行,但对于某些文件则不然。
这是代码。
有什么解决办法??
提前致谢。
`material = new THREE.MeshBasicMaterial( { color: 0x009d28, opacity: 1.0, wireframe: true, wireframeLinewidth: 1.0, transparent: true } );`