Skip to content

Commit

Permalink
Merge pull request #17 from kion-dgl/7-encoding-obj-into-binary-format
Browse files Browse the repository at this point in the history
7 encoding obj into binary format
  • Loading branch information
kion-dgl authored Jul 19, 2024
2 parents 26d9437 + 2627d73 commit c281abc
Show file tree
Hide file tree
Showing 7 changed files with 393 additions and 726 deletions.
Binary file modified fixtures/0-miku-body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ encodeTexture(
);

// No helmet + Normal Shoes
// encodeModel(
// "PL00P010.BIN",
// // Feet
// "obj/12_RIGHT_FOOT.obj",
// "obj/15_LEFT_FOOT.obj",
// // Head
// "obj/01_HEAD_HELMET.obj",
// );
encodeModel(
"PL00P010.BIN",
// Feet
"obj/12_RIGHT_FOOT.obj",
"obj/15_LEFT_FOOT.obj",
// Head
"obj/01_HEAD_HELMET.obj",
);

encodeRom();
Empty file added out/.gitkeep
Empty file.
Loading

0 comments on commit c281abc

Please sign in to comment.