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.CylinderGeometry,但是我必须在新的 THREE.CylinderGeometry(...) 部分中的哪里添加“材料”?
而且我不想使用精灵。
谢谢!:)
编辑:您现在可以THREE.CircleGeometry用来创建纹理磁盘。
THREE.CircleGeometry
三.js r.75