Three.js - 创建带有纹理的扁平圆..?
我可以创建一个带有纹理的扁平圆圈吗? 我唯一能想到的是半径=1的THREE.CylinderGeometry... 但不仅纹理放置不正确,而且渲染速度非常慢:-(
Can I create a flat circle with texture?
The only thing I could think of was THREE.CylinderGeometry with radius=1...
But not only the texture is not placed right,it rendered really slow :-(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许
sprite
就是您正在寻找的: https://github.com/mrdoob/ Three.js/blob/master/src/objects/Sprite.jsPerhaps
sprite
is what you're looking for: https://github.com/mrdoob/three.js/blob/master/src/objects/Sprite.js