This commit is contained in:
muxiandong
2022-10-10 19:00:18 +08:00
parent 4acac38b46
commit ca6b8efd82
7 changed files with 18 additions and 114 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,3 @@
library/
temp/
local/

View File

@@ -29,11 +29,10 @@ Cocos Creator v3.6.x
| 1 | [3D围绕物体旋转一周(旋转摄像机)](#camerarotatearound3d) | 2 | [3D围绕物体旋转一周(四元数)](#camerarotatearound3dquat) | 3 | [3D文本](#modeltext) |
| 4 | [第一人称射击](#firstpersonshooting) | 5 | [第一人称视角](#firstpersonperspective) | 6 | [3D模型点击旋转](#modeltoucharound) |
| 7 | [3D围绕物体旋转(自转)](#selfrotatearound) | 8 | [模型换肤](#modeldressup) | 9 | [3D模型切割](#meshcutter) |
| 10 | [3D模型运动变速](#tweengametimescale) | 11 | [3D骨骼动画移动残影](#modelresidualshadows) | 12 | [3D模型拖尾](#rolemotionvertex) |
| 13 | [模型贴花](#graffiti3d) | 14 | [雨滴滑落](#raindrop) | 16 | [动态替换Mesh](#dynamicmesh) |
| 16 | [辉光](#modelbloom) | 17 | [模型查看器](#modelviewer) | 19 | [模型边缘光](#modelrimlight) |
| 19 | [天空盒查看器](#skybox) | 20 | [武器发光](#weaponglow) | 21 | [闪电鞭](#lightningwhip) |
| 22 | [塞尔达](#cartoonvegetation) | 23 | [FPS第一人称射击](#fpsfirstperson) | 24 | [自定义布告板](#custombillboard) |
| 10 | [3D模型运动变速](#tweengametimescale) | 11 | [3D骨骼动画移动残影](#modelresidualshadows) | 12 | [动态替换Mesh](#dynamicmesh) |
| 13 | [模型查看器](#modelviewer) | 14 | [天空盒查看器](#skybox) | 15 | [闪电鞭](#lightningwhip) |
| 16 | [塞尔达](#cartoonvegetation) | 17 | [FPS第一人称射击](#fpsfirstperson) | 18 | [自定义布告板](#custombillboard) |
| 19 | [镜面效果](#mirroring) |
### 2D_Game
| A1 | B1 | A2 | B2 | A3 | B3 |
@@ -292,84 +291,54 @@ Cocos Creator v3.6.x
| 2.11 | 3D | [3D骨骼动画移动残影](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_ModelResidualShadows) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202205/2022050501.gif" width="400" height="300" /></div>
### RoleMotionVertex
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.12 | 3D | [3D模型拖尾](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_RoleMotionVertex) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202206/2022060201.gif" width="400" height="300" /></div>
### Graffiti3D
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.13 | 3D | [模型贴花](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_Graffiti) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202206/2022061401.gif" width="400" height="300" /></div>
### RainDrop
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.14 | 3D | [雨滴滑落](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_RainDrop) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202206/2022062001.gif" width="400" height="300" /></div>
### DynamicMesh
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.15 | 3D | [动态替换Mesh](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_DynamicMesh) | 3.6.0 | [返回顶部](#3d) | 无 |
| 2.12 | 3D | [动态替换Mesh](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_DynamicMesh) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202206/2022062002.gif" width="400" height="300" /></div>
### ModelBloom
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.16 | 3D | [辉光](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_ModelBloom) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202206/2022062202.gif" width="400" height="300" /></div>
### ModelViewer
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.17 | 3D | [模型查看器](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_ModelViewer) | 3.6.0 | [返回顶部](#3d) | 无 |
| 2.13 | 3D | [模型查看器](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_ModelViewer) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202206/2022062301.gif" width="400" height="300" /></div>
### ModelRimLight
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.18 | 3D | [模型边缘光](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_ModelRimLight) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202206/2022062302.gif" width="400" height="300" /></div>
### Skybox
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.19 | 3D | [天空盒查看器](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_Skybox) | 3.6.0 | [返回顶部](#3d) | 无 |
| 2.14 | 3D | [天空盒查看器](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_Skybox) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202206/2022062303.gif" width="400" height="300" /></div>
### WeaponGlow
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.20 | 3D | [武器发光](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_WeaponGlow) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202206/2022062304.gif" width="400" height="350" /></div>
### LightningWhip
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.21 | 3D | [闪电鞭](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_LightningWhip) | 3.6.0 | [返回顶部](#3d) | 无 |
| 2.15 | 3D | [闪电鞭](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_LightningWhip) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202206/2022062701.gif" width="400" height="300" /></div>
### CartoonVegetation
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.22 | 3D | [塞尔达](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_CartoonVegetation) | 3.6.0 | [返回顶部](#3d) | 无 |
| 2.16 | 3D | [塞尔达](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_CartoonVegetation) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202207/2022072501.gif" width="400" height="300" /></div>
### FPSFirstPerson
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.23 | 3D | [FPS第一人称射击](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_FPS_FirstPerson) | 3.6.0 | [返回顶部](#3d) | 无 |
| 2.17 | 3D | [FPS第一人称射击](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_FPS_FirstPerson) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202209/2022091501.gif" width="400" height="300" /></div>
### CustomBillboard
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.24 | 3D | [自定义布告板](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.1_3D_CustomBillboard) | 3.6.1 | [返回顶部](#3d) | 无 |
| 2.18 | 3D | [自定义布告板](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.1_3D_CustomBillboard) | 3.6.1 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202210/2022101001.gif" width="400" height="300" /></div>
### Mirroring
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |
| 2.19 | 3D | [镜面效果](https://gitee.com/yeshao2069/CocosCreatorDemos/tree/v3.6.x/demo/3d/Creator3.6.0_3D_Mirroring) | 3.6.0 | [返回顶部](#3d) | 无 |
<div align=center><img src="./gif/202210/2022101002.gif" width="400" height="300" /></div>
### SpineChangeSlotWithTexture
| 序号 | 标签 | 项目 | 编辑器版本 | 返回顶部 | 备注 |
| :--- | :---: | :---: | :---: | :---: | :---: |

View File

@@ -2,4 +2,4 @@
基于 CocosCreator 3.6.0 版本创建的 **镜像** 工程
### 效果预览
![image](../../../gif/202208/2022080101.gif)
![image](../../../gif/202210/2022101002.gif)

View File

@@ -1,21 +0,0 @@
MIT License
Copyright (c) 2021 木限东
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -1,21 +0,0 @@
MIT License
Copyright (c) 2021 木限东
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -1,21 +0,0 @@
MIT License
Copyright (c) 2021 木限东
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 203 KiB