返回介绍

ClothSkinningCoefficient 布料蒙皮系数

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

struct in UnityEngine

Description 描述

The ClothSkinningCoefficient struct is used to set up how a Cloth component is allowed to move with respect to the SkinnedMeshRenderer it is attached to.

ClothSkinningCoefficient结构用于设置SkinnedCloth组件允许如何移动,有关SkinnedMeshRenderer是附加的。

This is set using the Cloth.coefficients property on the Cloth component, which is a per-vertex array of ClothSkinningCoefficient structs. Typically, you will not set these values from code, but instead, set them up in the editor which shows up when you look at the Cloth component in the inspector.

这是在SkinnedCloth组件设置使用SkinnedCloth.coefficients属性,这是一个ClothSkinningCoefficient结构的每个顶点数组。通常情况下,你不会从代码中设置这些值,但相反,当你在检视面板看SkinnedCloth组件显示出来时,在编辑器设置它们。

Variables 变量

collisionSphereDistanceDefinition of a sphere a vertex is not allowed to enter. This allows collision against the animated cloth.
定义一个球体的一个顶点不允许进入。这允许反向碰撞动画布料。
maxDistanceDistance a vertex is allowed to travel from the skinned mesh vertex position.
一个点是允许从蒙皮网格点位置运动的距离。

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

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

发布评论

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