可以获取 o3d.Shape 的顶点和索引吗?
我正在将 o3d webgl 库与 chrome nightly 和雷区一起使用。我正在寻找知道如何从 o3d.Shape 对象获取顶点和索引的人。我想这样做的原因是这样我可以利用最新发行版的拾取演示中的原始对象。
提前致谢, 克里斯
I am using o3d webgl library with chrome nightly and minefield. I am looking for someone who knows how I can obtain the vertices and indices from an o3d.Shape object. The reason why I would like to do this is so that I can utilize the primitive objects within the picking demo from the latest distribution.
Thanks in advance,
Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不需要顶点或索引,对象可以直接添加到场景中并由拾取管理器拾取
You dont need to vertices or indices, the object can be added to the scene directly and is picked up by the picking manager