-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e54f376
commit 136d630
Showing
1 changed file
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,27 @@ | ||
# URP-ToonRender | ||
简单易用的卡通渲染shader | ||
|
||
## 版本要求(其余版本兼容性尚未验证) | ||
Simple and easy-to-use toon rendering shader | ||
|
||
## Version requirements | ||
|
||
> Warning:Compatibility of other versions has not been verified! | ||
- Unity 2021.3.6 | ||
- URP 12.1.7 | ||
|
||
## 正在开发 | ||
- ~~基于Back facing的自定义颜色描边~~ | ||
- ~~基于Job System的高性能法线平滑工具~~ | ||
- 描边效果在不同情况下的优化 | ||
## Features | ||
|
||
- [x] Clear back facing outline | ||
- [x] Efficient editor tool for smooth normals | ||
- [ ] Smooth face shadows | ||
- [ ] Cel shading | ||
- [ ] Post-processing shading | ||
- [ ] Multi-light shading | ||
|
||
## Contribution | ||
|
||
If you are going to contribute to this project please contact me first, we need to make sure we are not doing the same thing. | ||
|
||
## 当前功能 | ||
- [ ] 法线外扩描边 | ||
- [ ] 平滑面部阴影 | ||
- [ ] 双色阶着色 | ||
- [ ] 后处理着色 | ||
- [ ] 多光源着色 | ||
## Install | ||
|
||
## 安装方式 | ||
开发中,预计以Unity组件包的方式提供 | ||
It's still under the development and is expected to be provided in Unity Package Manager. |