返回介绍

Texture.anisoLevel 各向异性等级

发布于 2019-12-18 15:38:39 字数 975 浏览 930 评论 0 收藏 0

JavaScript => public var anisoLevel: int;
C# => public int anisoLevel;

Description 描述

Anisotropic filtering level of the texture.

纹理的各向异性过滤等级。

Anisotropic filtering makes textures look better when viewed at a shallow angle, but comes at a performance cost in the graphics hardware. Usually you use it on floor, ground or road textures to make them look better.

各向异性过滤使纹理在一个较小角度查看时,看起来效果更好,但是会增加图形硬件的性能开销,通常您使用它对地板、 地面或道路的纹理使其看起来更好。

The value range of this variable goes from 1 to 9, where 1 equals no filtering applied and 9 equals full filtering applied. As the value gets bigger, the texture is clearer at shallow angles. Lower values mean the texture will be more blurry at shallow angles.

此变量的值的范围从 1 - 9 ,其中 1 等于没有过滤而9 等于完全过滤。值越大,纹理在小角度看时显得更清晰。较低的值表示纹理在小角度显得更模糊。

Texture

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

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

发布评论

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