feat: 平面图深度视差效果

This commit is contained in:
ifengzp
2024-12-28 23:42:43 +08:00
parent 7f572900e5
commit fa13bee93b
83 changed files with 3283 additions and 2 deletions

View File

@@ -192,7 +192,7 @@
"array": [
0,
0,
443.4050067376326,
769.0305585605815,
0,
0,
0,

View File

@@ -2,6 +2,7 @@ import BackHomeBtn from './BackHomeBtn';
const { ccclass, property } = cc._decorator;
const LOAD_SCENE_MIN_SEC: number = 1.2;
enum sceneList {
'3D_photo' = '平面图深度视差效果',
'Magnifying_mirror' = '放大镜效果',
'Scratch_ticket' = '刮刮卡实现',
'Moving_ghost' = '移动残影效果',