Skip to content

Commit d3bd9fe

Browse files
authored
Merge pull request #54 from kion-dgl/50-update-model-for-scene-3-act-0
50 update model for scene 3 act 0
2 parents ea82d2f + 60163bb commit d3bd9fe

26 files changed

+1641
-1123
lines changed

fixtures/ST03.ebd

74.3 KB
Binary file not shown.

index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { encodeTexture, encodeCutScenes } from "./src/EncodeTexture";
33
import { encodeTitle } from "./src/EncodeTitle";
44
import { encodeRom } from "./src/EncodeRom";
55
import { encodeApronMegaman } from "./src/EncodeApron";
6+
import { updateST03T } from "./src/ST03T";
7+
import { updateSceneModel } from "./src/ST03";
68
import {
79
replaceCrusher,
810
replaceBusterCannon,
@@ -208,6 +210,8 @@ replaceDrillArm("miku/weapons/PL00R10_001.obj");
208210
**/
209211

210212
encodeApronMegaman();
213+
updateST03T("miku/apron/body-01.png", "miku/faces/ST03T.png");
214+
updateSceneModel();
211215

212216
/**
213217
Encode Rom

miku/apron/01_HEAD_FACE.obj

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
# www.blender.org
33
mtllib apronmiku.mtl
44
o 01_HEAD_FACE
5-
v -0.071191 0.017597 0.107424
6-
v -0.105101 0.035112 0.064305
7-
v -0.105460 0.021788 0.073482
8-
v -0.011404 0.014122 0.134149
9-
v 0.071191 0.017597 0.107424
10-
v 0.105101 0.035112 0.064305
11-
v 0.105460 0.021788 0.073482
12-
v 0.011404 0.014122 0.134149
13-
v 0.000000 0.034299 0.121125
14-
v -0.071191 0.030668 0.101514
15-
v 0.071191 0.030668 0.101514
16-
v 0.011219 0.167938 0.126499
17-
v 0.000000 0.124878 0.136466
18-
v -0.075874 0.124117 0.106575
19-
v 0.075874 0.124117 0.106575
20-
v -0.117114 0.106363 0.040457
21-
v -0.048941 0.161356 0.109518
22-
v 0.117114 0.106363 0.040457
5+
v -0.071191 0.017597 0.087424
6+
v -0.105101 0.035112 0.044305
7+
v -0.105460 0.021788 0.053482
8+
v -0.011404 0.014122 0.114149
9+
v 0.071191 0.017597 0.087424
10+
v 0.105101 0.035112 0.044305
11+
v 0.105460 0.021788 0.053482
12+
v 0.011404 0.014122 0.114149
13+
v 0.000000 0.034299 0.101125
14+
v -0.071191 0.030668 0.081514
15+
v 0.071191 0.030668 0.081514
16+
v 0.011219 0.167938 0.106499
17+
v 0.000000 0.124878 0.116466
18+
v -0.075874 0.124117 0.086575
19+
v 0.075874 0.124117 0.086575
20+
v -0.117114 0.106363 0.020457
21+
v -0.048941 0.161356 0.089518
22+
v 0.117114 0.106363 0.020457
2323
vn -0.3580 0.3847 0.8508
2424
vn -0.6872 0.2993 0.6620
2525
vn -0.5925 0.4677 0.6559

0 commit comments

Comments
 (0)