This commit is contained in:
muxiandong
2022-09-23 13:46:05 +08:00
parent 26d2a4a74b
commit a275bdeb42
3 changed files with 18 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Cocos Creator v3.6.x
| 61 | 2D | [八角形](#octagrams) | 62 | 2D | [分形树](#fractaltrees) | 63 | 2D | [等离子球](#plasmaglobe) |
| 64 | 2D | [星巢](#starnest) | 65 | 2D | [风格化fuji](#cyberfuji) | 66 | 2D | [复古的太阳](#retrosun) |
| 67 | 2D | [流失](#downthedrain) | 68 | 2D | [寰宇之内](#universewithin) | 69 | 2D | [图片渐变](#spritegradient) |
| 70 | 2D | [图片阴影](#spriteshadow) | 71 | 2D | [卷轴展开和收拢](#reelunfoldingandclosing) |
| 70 | 2D | [图片阴影](#spriteshadow) | 71 | 2D | [卷轴展开和收拢](#reelunfoldingandclosing) | 72 | 2D | [图片边缘发光](#edgehighlight) |
### 3D
| NO1 | Type1 | Proj1 | NO2 | Type2 | Proj2 | NO3 | Type3 | Proj3 |
@@ -576,4 +576,10 @@ Cocos Creator v3.6.x
| 编号 | 类目 | 项目 | 编辑器版本 | 返回顶部 | 模式 | 备注 |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| 4.11 | 2D | [卷轴展开和收拢](https://gitee.com/yeshao2069/cocos-creator-shader/tree/v3.6.x/demo/2dP2/Creator3.6.0_2D_ReelUnfoldingAndClosing) | 3.6.0 | [返回顶部](#2d) | 低 | 无 |
<div align=center><img src="./gif/202209/2022092201.gif" width="400" height="300" /></div>
<div align=center><img src="./gif/202209/2022092201.gif" width="400" height="300" /></div>
### EdgeHighLight
| 编号 | 类目 | 项目 | 编辑器版本 | 返回顶部 | 模式 | 备注 |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| 4.12 | 2D | [图片边缘发光](https://gitee.com/yeshao2069/cocos-creator-shader/tree/v3.6.x/demo/2dP2/Creator3.6.0_2D_EdgeHighLight) | 3.6.0 | [返回顶部](#2d) | 低 | 无 |
<div align=center><img src="./image/202209/2022092301.jpg" width="300" height="400" /></div>

View File

@@ -0,0 +1,10 @@
## Cocos Creator Shader
### 简介
基于 CocosCreator 3.6.0 版本创建的 **图片边缘发光** 工程。
### 效果预览
![image](../../../image/202209/2022092301.jpg)
### 相关链接
https://forum.cocos.org/t/topic/101961

BIN
image/202209/2022092301.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB