返回介绍

SkinnedMeshRenderer.BakeMesh 烘培网格

发布于 2019-12-18 15:38:32 字数 1006 浏览 1741 评论 0 收藏 0

JavaScript => public function BakeMesh(mesh: Mesh): void;
C# => public void BakeMesh(Mesh mesh);

Parameters 参数

meshA static mesh that will receive the snapshot of the skinned mesh.

Description 描述

Creates a snapshot of SkinnedMeshRenderer and stores it in mesh.

创建蒙皮网格的快照并将其存储在网格中。

The vertices are relative to the SkinnedMeshRenderer Transform component. Note that the snapshot is still computed even when updateWhenOffscreen is set to false and the skinned mesh object is currently offscreen.

相对于蒙皮网格渲染器的Transform组件的定点。注意当updateWhenOffscreen设置为false并且蒙皮对象当前是离屏时该快照依然被计算。

skinnedmeshrenderer

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

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

发布评论

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