8000 First attempt to display further face data by BenChampion · Pull Request #11 · dpethes/rerogue · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

First attempt to display further face data #11

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BenChampion
Copy link
Contributor

Looking at the HOB files (see #10) I noticed that each meshdef0 ("object part") could be associated with multiple meshdef1 structs ("face groups"/"object subparts" - I don't know what the best terminology is). This is a rough attempt to restructure hob_parser and model_viewer to account for this and recover more face/vertex data. It works for many models, but data2/koelsch_HOB doesn't look quite right and data/level/lv_4/opkg_HOB gives a mesh loading failed :( message (this is strange since my python parser doesn't have any issues, but I may not be looking closely enough e.g. at the HMT yet).

Anyway I thought I'd put this here as a "work in progress". Maybe a better data structure would be for each THobObjectPart to contain an array/list of THobFaceGroup.

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

Successfully merging this pull request may close these issues.

1 participant
0