update README.md and CHANGELOG.md
This commit is contained in:
parent
e5481ce8d2
commit
436cd23c9a
@ -1,5 +1,10 @@
|
||||
# ChangeLog
|
||||
|
||||
## 0.10.0 (2020-04-10)
|
||||
|
||||
- 支持 Cocos Creator v2.3.3
|
||||
- 加入纯 shader 实现的 loading 动画
|
||||
|
||||
## 0.9.0 (2020-02-17)
|
||||
|
||||
- 支持 Cocos Creator v2.3.0
|
||||
|
14
README.md
14
README.md
@ -1,6 +1,6 @@
|
||||
# Cocos Creator Shader Effect Demo
|
||||
|
||||
[](CHANGELOG.md)
|
||||
[](CHANGELOG.md)
|
||||
[](LICENSE)
|
||||
[](http://www.cocos.com/creator)
|
||||
[](http://www.cocos.com/creator)
|
||||
@ -35,8 +35,6 @@
|
||||
|
||||
## 三、特效预览
|
||||
|
||||
|
||||
|
||||
### 内发光([实现原理](https://www.jianshu.com/p/326b73f86ecc))
|
||||
|
||||

|
||||
@ -86,6 +84,16 @@
|
||||
|
||||

|
||||
|
||||
### 纯 Shader Effect 实现的 Loading 动画(2020.04.10更新)
|
||||
|
||||

|
||||
|
||||
ps:
|
||||
|
||||
* 模拟器或者原生平台下可能不会生效
|
||||
* 这是因为 effect 中用到 `cc_time` 内置参数,此内置参数已有 [反馈](https://forum.cocos.org/t/creator-v2-2-2-effect-cc-time-android/88916) 在模拟器等原生平台下不生效的问题(坐等引擎修复,或者可以自行传值进去)
|
||||
* 此为引导性 Demo 示例,仅供学习
|
||||
|
||||
### 外发光(完善中...)
|
||||
|
||||
### 外描边(完善中...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user