This commit is contained in:
liuyunhui
2025-11-20 13:30:36 +08:00
parent d3feed1a1a
commit 927508ef62
12 changed files with 54 additions and 36 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+33 -15
View File
@@ -25,25 +25,43 @@
}, },
"XRStage":{ "XRStage":{
"3D_chuancang":{ "3D_chuancang":{
"x":-123, "StagePos": {
"y":-67.0, "x":-123,
"z":-9.0, "y":-67.0,
"w":160, "z":-9.0
"r":90 },
"ViewPointPos": {
"x":0,
"y":0,
"z":160
},
"StageRotation":90
}, },
"3D_xuejiaba":{ "3D_xuejiaba":{
"x":-205, "StagePos": {
"y":772, "x":-205,
"z":7, "y":712,
"w":160, "z":7
"r":270 },
"ViewPointPos": {
"x":90,
"y":0,
"z":160
},
"StageRotation":270
}, },
"3D_Assets":{ "3D_Assets":{
"x":2000.0, "StagePos": {
"y":-3555.0, "x":2000.0,
"z":732.0, "y":-3555.0,
"w":160, "z":732.0
"r":90 },
"ViewPointPos": {
"x":0,
"y":0,
"z":160
},
"StageRotation":90
} }
} }
} }