当前位置:网站首页>UE4/UE5 虚幻引擎,材质篇,纹理,Compression and Memory压缩和内存
UE4/UE5 虚幻引擎,材质篇,纹理,Compression and Memory压缩和内存
2022-07-05 04:54:00 【虎冯河】
前言:
● 我们执行压缩的原因是,因为内存和带宽有限,因此必须压缩。
无法将所有一切都保留不压缩,尤其是在非常大的项目中,这是非常难以做到的。
显然,纹理分辨率会影响内存和带宽而不会影响渲染性能。
● 如果你使用的纹理数量和纹理大小出现问题,那么就会影响带宽和内存,可能会导致延迟、冻结和卡顿,但不会造成帧率损失。
● 帧率过低一般并非源于纹理问题,如果纹理出现问题,那么你会看到显示的纹理分辨率非常低。
● 低于你导入时的分辨率,你会看到延迟、冻结和卡顿之类的现象,但不会出现帧率低。这是我们可能区分可能出现的性能问题的方法。
如果发生任何此类问题,通常与加载相关,通常与纹理相关。
● 如果使用内存不多,那么只需解压项目中的全部纹理即可。
尤其是如果你的项目并非游戏,并且你可以控制硬件,那么这样的解决方式是可以接受的。
如果是游戏,那么禁用压缩几乎肯定无法解决问题,只有在不得不采用未压缩纹理的极端特殊情况下,才能禁用压缩。
一、压缩类型
BC(Block Compression)表示“块压缩” 。
DXTC(DirectX Texture comporession)表示“DirectX纹理压缩”。

二、DXTC5压缩
透明通道几乎不进行压缩,DXTC5表示压缩红色、绿色和蓝色并且包含透明,
但不会真的对透明进行压缩。透明的文件大小与其他通道组合在一起的大小相同。

三、BC5压缩
BC压缩和DXTC压缩的问题在于,它实际非常难以精确处理法线贴图的颜色组合。
它无法按法线贴图将不同颜色混合在一起的方式,来压缩法线贴图,这是系统中的一个弱点。

如果需要100%未压缩的法线贴图,请将其设置为“矢量置换贴图”,这是一项普遍适用的压缩。
它不会进行任何操作,只是按原样导入。

四、TextureStats纹理统计数据(Window窗口——>Statistics统计数据)
TextureStats纹理统计数据,会显示编辑器中当前内存中的所有纹理。这些纹理与游戏中的纹理并不一定相同,运行项目时,这是编辑器中包含的纹理。而编辑器倾向于加载更多纹理,包括不必要的纹理。

资料来源:
边栏推荐
- [crampon game] MC tutorial - first day of survival
- 2021 electrician Cup - high speed rail traction power supply system operation data analysis and equivalent modeling ideas + code
- Fluent objects and lists
- [AI bulletin 20220211] the hard core up owner has built a lidar and detailed AI accelerator
- Understand encodefloatrgba and decodefloatrgba
- AutoCAD - graphic input and output
- Database under unity
- Looking at Chinese science and technology from the Winter Olympics: what is the mystery of the high-speed camera that the whole people thank?
- 中国针状焦行业发展研究与投资价值报告(2022版)
- Function overloading
猜你喜欢

AutoCAD - Center zoom

AutoCAD - command repetition, undo and redo

669. 修剪二叉搜索树 ●●

C4D simple cloth (version above R21)

Recherche de mots pour leetcode (solution rétrospective)

LeetCode之单词搜索(回溯法求解)

The 22nd Spring Festival Gala, an immersive stage for the yuan universe to shine into reality

Pdf to DWG in CAD

Flutter 小技巧之 ListView 和 PageView 的各种花式嵌套

2021 higher education social cup mathematical modeling national tournament ABCD questions - problem solving ideas - Mathematical Modeling
随机推荐
中国AS树脂市场调研与投资预测报告(2022版)
Minor spanning tree
AutoCAD - command repetition, undo and redo
数论函数及其求和 待更新
MD5绕过
计组笔记(1)——校验码、原补码乘除计算、浮点数计算
[groovy] closure (closure call is associated with call method | call () method is defined in interface | call () method is defined in class | code example)
【acwing】836. Merge sets
China needle coke industry development research and investment value report (2022 Edition)
49 pictures and 26 questions explain in detail what is WiFi?
2022 thinking of Mathematical Modeling B problem of American college students / analysis of 2022 American competition B problem
Common database statements in unity
[groovy] closure (Introduction to closure class closure | this, owner, delegate member assignment and source code analysis)
Out and ref functions of unity
2021 electrician cup idea + code - photovoltaic building integration plate index development trend analysis and prediction: prediction planning issues
MySQL audit log Archive
2022 thinking of mathematical modeling D problem of American college students / analysis of 2022 American competition D problem
Interface joint commissioning test script optimization V5.0 (end)
The first topic of ape Anthropology
GameObject class and transform class of unity