Skip to content

Character Attachments not rendering (e.g shoulder, weapon) - classic / classic_era #71

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
Vhaultyr opened this issue Dec 9, 2024 · 4 comments

Comments

@Vhaultyr
Copy link

Vhaultyr commented Dec 9, 2024

For some reason even though I have equipped a set of shoulder items to appear on the model I have selected, nothing shows up

image

@Frostshake
Copy link
Owner

Which client version and profile are you using?

@Vhaultyr
Copy link
Author

Hey @Frostshake I'm so sorry for the late reply! I had notifications turned off for this, and I was really tired and forgot to include this info in the original post.

Here's the info:

image

I hope this helps.

@DigitallyCreativeDesigns

I am also seeing this with Orc in classic, they also dont see weapons.

@Frostshake Frostshake changed the title Shoulder item Character Attachments not rendering (e.g shoulder, weapon) - classic / classic_era Jan 17, 2025
@Frostshake
Copy link
Owner

Frostshake commented Jan 17, 2025

After some investigation, the problem looks to be specifically related to the render code (https://github.com/Frostshake/WMVx/blob/30449c78e79ae32471f8a03dac9580ba49efcb38/src/RenderWidget.cpp#L177-180) . I guess the matrix gets computed incorrectly, not sure why this only happens for modern classic.

Also to mention, looks to mostly affect shoulders and weapons, head models seem fine.
Interestingly, wotlk_classic or cata_classic doesnt appear to have this problem.
wotlk_classic: owned->bone = 105
classic_era: owned->bone = 100
Manually forcing bone to 104/105 for the model (arcane pads on gnome), appears to fix the problem.

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

3 participants