Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model editing and importing #27

Open
1 of 4 tasks
descawed opened this issue Nov 19, 2024 · 1 comment
Open
1 of 4 tasks

Model editing and importing #27

descawed opened this issue Nov 19, 2024 · 1 comment
Assignees

Comments

@descawed
Copy link
Owner

descawed commented Nov 19, 2024

I've begun work on the ability to edit models and import new models. Here are the remaining features I'd like to complete:

  • Write out model files - necessary for everything else
  • Model swapping (try to fit one character's model onto another character's skeleton)
  • Import textures as a single 256x256 image and do the necessary UV lookups and quantization to turn it into the correct format (and if we're doing this, we might as well also support doing the UV lookups to export the texture as a single image)
  • Import glTF models
@descawed descawed self-assigned this Nov 19, 2024
@descawed
Copy link
Owner Author

Model file writing added by #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@descawed and others