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

wpc_lwo: LWO3 Import #609

Merged
merged 2 commits into from
Feb 25, 2025
Merged

wpc_lwo: LWO3 Import #609

merged 2 commits into from
Feb 25, 2025

Conversation

elblake
Copy link
Collaborator

@elblake elblake commented Feb 25, 2025

I've updated the lwo plugin:
LWO3 import added.
LWOB import also added since it seems a much simpler file format
LWO2 import got improvements (added texture support, more material attributes, UV, color attributes)
LXOB was not changed much but was tested to make sure it still works.

NOTE: Improved lwo importer, added LWO3

Comment on lines 101 to 104
-define(UW, :16/?UINT).
-define(FLT, :32/big-float).
-define(FLT8, :64/big-float).
-define(ID, :4/bytes).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick, I would prefer if you removed the : from the macros, I don't like Var?Macro constructs, I think Var:?Macro is better.
So the macro is its own entity.

@elblake
Copy link
Collaborator Author

elblake commented Feb 25, 2025

Hello dgud,
Thanks I've made the changes.

@dgud dgud merged commit 974118f into dgud:master Feb 25, 2025
2 checks passed
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.

2 participants