返回介绍

Cloth.vertices 顶点列表

发布于 2019-12-18 15:37:32 字数 1022 浏览 938 评论 0 收藏 0

JavaScript => public var vertices: Vector3[];
C# => public Vector3[] vertices;

Description 描述

The current vertex positions of the cloth object.

布料实例的当前顶点的位置。

This gives you read access to the vertex positions of the cloth object, so you can analyse it's current simulation state. Note that the vertex indices may not necessarily correspond to the indices of the source mesh - especially when triangle stripping or UV seams are used in the source mesh (ie, multiple indices for the same vertex), cloth vertices will be different, as the cloth simulation only uses a single index for each vertex.

这使您可以读取访问布料物体的顶点位置,所以你可以分析它目前的模拟状态。请注意,法线索引未必一定对应于源网格索引,尤其当在源网格的三角形带或UV接缝时使用(如,同一顶点多个索引),布料顶点将不同,作为布料模拟只使用每个顶点单个索引。

cloth

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文