vault backup: 2025-02-24 23:31:58
This commit is contained in:
parent
673085ccd5
commit
f6bd19be30
@ -1 +1 @@
|
|||||||
{"c++内存泄漏分析工具":{"c++内存泄漏分析工具":{"internalLink":{"count":1,"lastUpdated":1737361366503}}},"tonemapping":{"tonemapping":{"currentFile":{"count":1,"lastUpdated":1737367609064}}},"body01":{"body01":{"currentFile":{"count":1,"lastUpdated":1738243350947}}},"Games":{"Games":{"currentFile":{"count":1,"lastUpdated":1738586917474}}},"Camera":{"Camera":{"currentFile":{"count":1,"lastUpdated":1739168843622}}},"DeferredLightVertexShaders":{"DeferredLightVertexShaders":{"currentFile":{"count":1,"lastUpdated":1739267675471}}}}
|
{"body01":{"body01":{"currentFile":{"count":1,"lastUpdated":1738243350947}}},"Games":{"Games":{"currentFile":{"count":1,"lastUpdated":1738586917474}}},"Camera":{"Camera":{"currentFile":{"count":1,"lastUpdated":1739168843622}}},"DeferredLightVertexShaders":{"DeferredLightVertexShaders":{"currentFile":{"count":1,"lastUpdated":1739267675471}}},"Deprecated":{"Deprecated":{"internalLink":{"count":1,"lastUpdated":1740405714148}}}}
|
@ -74,20 +74,26 @@
|
|||||||
- [ ] BP_Chest
|
- [ ] BP_Chest
|
||||||
- [x] BP_DamageVolume
|
- [x] BP_DamageVolume
|
||||||
- [ ] ~~BP_GameMode~~
|
- [ ] ~~BP_GameMode~~
|
||||||
- [ ] BP_HealthManaStaminaShieldRegenVolume
|
- [x] BP_HealthManaStaminaShieldRegenVolume
|
||||||
- [ ] BP_HealthManaStaminaShieldVolume
|
- [x] BP_HealthManaStaminaShieldVolume
|
||||||
- [ ] ~~BP_PlayerController~~
|
- [ ] ~~BP_PlayerController~~
|
||||||
- [ ] ~~BP_SpectatorPawn~~
|
- [ ] ~~BP_SpectatorPawn~~
|
||||||
- [ ] GE_ChestOpen
|
- [x] GE_ChestOpen
|
||||||
- [ ] GE_DamageVolume
|
- [x] GE_DamageVolume
|
||||||
- [ ] GE_DoorOpen
|
- [x] GE_DoorOpen
|
||||||
- [ ] GE_HealthManaStaminaShieldRegenVolume
|
- [x] GE_HealthManaStaminaShieldRegenVolume
|
||||||
- [ ] GE_HealthManaStaminaShieldVolume
|
- [x] GE_HealthManaStaminaShieldVolume
|
||||||
- [ ] Characters
|
- [ ] Characters
|
||||||
- [ ] Hero
|
- [ ] Hero
|
||||||
- [ ] Abilities
|
- [ ] Abilities
|
||||||
- [ ] GA_InteractActive
|
- [ ] GA_InteractActive
|
||||||
- [ ] GA_InteractPassive
|
- [ ] GA_InteractPassive
|
||||||
|
- [ ] GE_BleedingOut
|
||||||
|
- [ ] GE_Dead
|
||||||
|
- [ ] GE_Interacting
|
||||||
|
- [ ] GE_InteractingRemoval
|
||||||
|
- [ ] GE_KnockedDown
|
||||||
|
- [x] Shared
|
||||||
- [ ] ~~Items~~
|
- [ ] ~~Items~~
|
||||||
- [ ] ~~Maps~~
|
- [ ] ~~Maps~~
|
||||||
- [ ] ~~UI~~
|
- [ ] ~~UI~~
|
||||||
|
@ -131,6 +131,7 @@ rating: ⭐⭐⭐
|
|||||||
4. [x] 给图元添加禁用自阴影功能——发现启用RecivedViewOffsetShadow就可以起到这个功能。
|
4. [x] 给图元添加禁用自阴影功能——发现启用RecivedViewOffsetShadow就可以起到这个功能。
|
||||||
13. [ ] ToonHair
|
13. [ ] ToonHair
|
||||||
1. [【UE5】通过深度偏移计算刘海投影](https://zhuanlan.zhihu.com/p/690066418)
|
1. [【UE5】通过深度偏移计算刘海投影](https://zhuanlan.zhihu.com/p/690066418)
|
||||||
|
2. [UE5 NPR-Shadow-Character Shadow(2)](https://zhuanlan.zhihu.com/p/13953884160)
|
||||||
14. [ ] ToonTranslucent
|
14. [ ] ToonTranslucent
|
||||||
1. [ ] 通过模仿SingleLayerWater实现折射效果 https://zhuanlan.zhihu.com/p/657928532
|
1. [ ] 通过模仿SingleLayerWater实现折射效果 https://zhuanlan.zhihu.com/p/657928532
|
||||||
2. [ ] 眉眼细节 [[幻塔-眉眼细节.png]]
|
2. [ ] 眉眼细节 [[幻塔-眉眼细节.png]]
|
||||||
|
@ -367,4 +367,33 @@ float3 ToneMappedColorAP1 = FilmToneMap( ColorAP1 );
|
|||||||
// float3 ToneMappedColorAP1 = AGXToneMap(ColorAP1);
|
// float3 ToneMappedColorAP1 = AGXToneMap(ColorAP1);
|
||||||
// float3 ToneMappedColorAP1 = GTToneMap(ColorAP1);
|
// float3 ToneMappedColorAP1 = GTToneMap(ColorAP1);
|
||||||
// float3 ToneMappedColorAP1 = PBRNeutralToneMap(ColorAP1);
|
// float3 ToneMappedColorAP1 = PBRNeutralToneMap(ColorAP1);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# 其他后处理效果
|
||||||
|
|
||||||
|
- Kuawara:
|
||||||
|
- https://zhuanlan.zhihu.com/p/512500640
|
||||||
|
- https://zhuanlan.zhihu.com/p/511693561
|
||||||
|
- SNN
|
||||||
|
- 阴影笔触感 以及 SNN
|
||||||
|
- 异度神剑3
|
||||||
|
- https://gamemakers.jp/article/2023_03_22_33475/
|
||||||
|
- https://bonoko.dev/xenowind/#980eb73b-a050-4eff-9630-d3a1a2263dbe
|
||||||
|
- 油画笔触化:主要使用绘画手动涂抹,考虑使用自动化工具生成贴图。
|
||||||
|
- 【虚幻5 艺术笔刷材质思路 风格化三渲二(菜鸟向)】 https://www.bilibili.com/video/BV1ZVyBY9Ehz/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||||
|
- 【【UE5】复现大佬风格化手绘 Stylized Paint Shader】 https://www.bilibili.com/video/BV1wXHreNE7p/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||||
|
- 其他参考
|
||||||
|
- 【三渲二技法】《穿靴子的猫》同款Stamp Map制作 https://www.bilibili.com/video/BV1ou411c7pE/?spm_id_from=333.1387.favlist.content.click&vd_source=d47c0bb42f9c72fd7d74562185cee290
|
||||||
|
- 其他作品参考
|
||||||
|
- 【【IGN】《大神》续作先导预告 | TGA 2024】 https://www.bilibili.com/video/BV1JbqqYuEVB/?share_source=copy_web&vd_source=fe8142e8e12816535feaeabd6f6cdc8e
|
||||||
|
- 水墨效果参考
|
||||||
|
- https://zhuanlan.zhihu.com/p/602960198
|
||||||
|
- https://zhuanlan.zhihu.com/p/98948117
|
||||||
|
- https://zhuanlan.zhihu.com/p/63893540
|
||||||
|
- https://zhuanlan.zhihu.com/p/34406208
|
||||||
|
- https://zhuanlan.zhihu.com/p/352994629
|
||||||
|
- https://www.fab.com/listings/ae8ee250-6416-4dde-b36b-cfbb0b3d302e
|
||||||
|
- 商城风格化材质与场景
|
||||||
|
- https://www.fab.com/listings/6129b04e-3859-4a2d-90b3-000958a563d2
|
||||||
|
- https://www.fab.com/listings/e9b91c41-fce9-4a55-93c4-cb62bdd0e98e
|
||||||
|
- https://www.fab.com/listings/167453a5-7fde-4bde-819c-1f3d497c7db6
|
Loading…
x
Reference in New Issue
Block a user