This commit is contained in:
Zane
2025-10-30 20:00:26 +08:00
parent 89282b0174
commit fced290f8e
6 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
原文发布链接: https://github.com/wlgys8/GPUDrivenTerrainLearn#readme
---
### 前置RVT
- 简易RVT实现 https://zhuanlan.zhihu.com/p/77813682?utm_psn=1815333611286691840

View File

View File

@@ -0,0 +1 @@
- 降低内存

View File

@@ -0,0 +1 @@
骨骼动画GPU化以及合批图集

View File

@@ -0,0 +1 @@
- 组件间的间隔尽可能远。太靠近的两个组件可能因为**元素的交互**导致UI框架底层无法**动态调节渲染顺序**而无法降低批次

View File

@@ -0,0 +1,8 @@
---
原文发布链接: https://developer.unity.cn/projects/671f499dedbc2a001e2ddc77
tags:
- 性能优化
- RVT
- 地形混合
- LOD
---