vault backup: 2023-07-30 22:34:23
This commit is contained in:
parent
79b41fd862
commit
4faa8a361e
@ -9,7 +9,6 @@ rating: ⭐
|
|||||||
# 前言
|
# 前言
|
||||||
学习文章:
|
学习文章:
|
||||||
- https://zhuanlan.zhihu.com/p/138484024
|
- https://zhuanlan.zhihu.com/p/138484024
|
||||||
-
|
|
||||||
|
|
||||||
**Streaming VT** = 显存优化,但需要额外消耗一些性能。
|
**Streaming VT** = 显存优化,但需要额外消耗一些性能。
|
||||||
**Runtime VT** = 性能优化,可以预先将材质缓存到一张巨大的虚拟RT上,一般用于地形。
|
**Runtime VT** = 性能优化,可以预先将材质缓存到一张巨大的虚拟RT上,一般用于地形。
|
||||||
@ -28,6 +27,9 @@ rating: ⭐
|
|||||||

|

|
||||||
|
|
||||||
# RuntimeVirtualTexture
|
# RuntimeVirtualTexture
|
||||||
|
其主要目的是Cache材质计算结果。可以参考李文磊的视频:
|
||||||
|
https://www.bilibili.com/video/BV1KK411L7Rg/?spm_id_from=333.1007.top_right_bar_window_history.content.click&vd_source=d47c0bb42f9c72fd7d74562185cee290
|
||||||
|
|
||||||
使用步骤:
|
使用步骤:
|
||||||
1. 创建RuntimeVirtualTexture、RuntimeVirtualTextureActor、Landscape资产。
|
1. 创建RuntimeVirtualTexture、RuntimeVirtualTextureActor、Landscape资产。
|
||||||
2. 在RuntimeVirtualTextureActor指定RuntimeVirtualTexture与Landscape资产,并且复制Landscape的Bound。
|
2. 在RuntimeVirtualTextureActor指定RuntimeVirtualTexture与Landscape资产,并且复制Landscape的Bound。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user