返回介绍

Terrain.GetClosestReflectionProbes 获取最近的反射探测器

发布于 2019-12-18 15:38:36 字数 1209 浏览 961 评论 0 收藏 0

JavaScript => public function GetClosestReflectionProbes(result: List<ReflectionProbeBlendInfo>): void;
C# => public void GetClosestReflectionProbes(List<ReflectionProbeBlendInfo> result);

Parameters 参数

result[in / out] A list to hold the returned reflection probes and their weights. See ReflectionProbeBlendInfo.
列表返回的反射探测器及其权重。

Description 描述

Fills the list with reflection probes whose AABB intersects with terrain's AABB. Their weights are also provided. Weight shows how much influence the probe has on the terrain, and is used when the blending between multiple reflection probes occurs.
将与地形边界相交的反射探测器填充到该列表。他们的权重也会被提供。权重表示对地形上的探测器产生多少影响,当混合多个反射探测器发生混合时权重被使用。

This function won't touch result if Terrain.reflectionProbeUsage is ReflectionProbeUsage.Off, otherwise the original content of the list will be cleared.
如果Terrain.reflectionProbeUsage设置为ReflectionProbeUsage.Off该函数无结果,否则,原创内容的列表将被清除。

terrain

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

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

发布评论

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