briochie / wow.unity

A collection of assets to make working with wow.export easier in Unity.
MIT License
18 stars 8 forks source link

Fix doodad rotation #12

Closed oyvind-stromsvik closed 8 months ago

oyvind-stromsvik commented 1 year ago

Ref. #4

Every doodad with rotations on x and z were rotated wrong. For me this change fixed all rocks, fences, waterfalls etc. that I tested with.

Edit: I also verified in-game that the bottom picture is the correct one :p

Before fix: Screenshot 2023-06-06 204728

After fix: Screenshot 2023-06-06 204602

oyvind-stromsvik commented 1 year ago

This PR will conflict with this one https://github.com/briochie/wow.unity/pull/11.

I wasn't sure how to make these PR's in a way that was most comfortable for you if you don't really have access to work on this yourself in any capacity at the moment, but the only other solution I could think of was to group these two PR's together, and I didn't want to do that.

Anyway, feel free to let me know if you merge the other PR and I can make a new PR where the conflict is fixed.

oyvind-stromsvik commented 1 year ago

Lol, I messed this up completely, but I think I've sorted it now and won't touch it anymore 😅

oyvind-stromsvik commented 1 year ago

Resolved the conflict here now.