This commit is contained in:
zzzisfunnyboy
2025-11-06 23:57:22 +08:00
parent 47e8919ddd
commit 9e523b971a
6 changed files with 12 additions and 7 deletions

View File

@@ -1 +1 @@
- 降低内存
- 图片需要的format为RGBA格式但是文字只需要灰度图所以需要两种不同的处理方式但需要在一个shader中处理

View File

@@ -1,5 +0,0 @@
申请字体图原理
Texture2D与RT选择
shader uv原理

View File

@@ -2,3 +2,5 @@
- 通过`TMP_FontAsset.characterLookupTable.TryGetValue(char, out charInfo);`获得字符串信息
- 通过charInfo.glyph.glyphRect获得TMP_FontAsset.atlasTextures中的uv
### 传统字体
- TODO

View File

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