Fix model scales and zoom
snowflame0 opened this issue ยท 0 comments
Describe the bug
Some boss models are too large and are not displayed properly, zooming in and out is missing as well.
This is due to Blizzard changing/breaking API in the middle of Wrath classic, making the old model display code not work anymore, unclear if they ever intend to fix.
I Found a new way to display models using the same IDs as before, but setting up the model displays seems to be far more involved, including cameras, scaling, etc... not simple "put a model here and make it fit" function like before.
Need to do more research and figure out how to do this without having to import more data, kind of in a weird spot because all this would be easy to get from the Encounter Journal but only Cata dungeons and raids exist right now, unlike retail where every expansion is shown. Maybe wait until MoP for easier fix to this relatively insignificant issue.