Version: 2021.3
言語: 日本語
Method group is Obsolete

TextureImporter.linearTexture

マニュアルに切り替える
Obsolete public bool linearTexture ;

説明

Determines whether this texture stores non-color data.

This setting is only relevant when Linear color space is used, and controls whether sRGB->Linear color space conversion is done when sampling the texture in shaders.

大抵の "regular textures" は色データを sRGB 色空間に格納し、このフラグを False に設定する必要があります。

Non-color textures are typically stored as linear values, and the GPU should not do any color space conversions. This flag is set to true in this case. Unity marks various non-color textures (e.g. normal maps) as "linear" by default. Legacy IMGUI textures should be set as linear too.

このフラグは Advanced texture import settings の "Bypass sRGB Sampling" オプションに対応します。

See Also: Linear and Gamma rendering, PlayerSettings.colorSpace.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961