Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Minimap generation enhancement #16

Open
jimmsta opened this issue Jan 3, 2018 · 2 comments
Open

Minimap generation enhancement #16

jimmsta opened this issue Jan 3, 2018 · 2 comments
Assignees

Comments

@jimmsta
Copy link

jimmsta commented Jan 3, 2018

Currently, minimaps are generated via a point-cloud of an ADT. The resulting image is very odd looking, and not quite blizz-like. I know that that the application is already able to render appropriate overhead views, so generation of a more proper-looking minimap should be possible.

Take the baked textures function and use it to 'bake' a set of minimap textures instead of using the point map. The downside is the lack of models/wmo's, which I assume will one day be a part of the 3d view functionality.

@Marlamin
Copy link
Owner

Marlamin commented Jan 3, 2018

WMO/M2s on the minimaps are definitely planned and is already a WIP.

It would be useful to somehow find out how Blizzard generates these. I'm currently doing exactly the same texture baking for minimaps that I do for the baked texture exports for ADTs but they just look really crap at lower res. My current guess is that they take a somewhat higher res capture of the area and then downsample it somehow. I think there have been applications in the past that rendered minimaps (notable noggit and cromon's tool) and I'm not sure how they did it exactly. Might be worth asking around.

I'll see if I can take another look at this hopefully before BfA drops.

@jimmsta
Copy link
Author

jimmsta commented Jan 3, 2018

I suspect that they apply some sort of anisotrophic filter to the textures prior to down-scaling. For instance, when using your 3d tile viewer, the textures look very pixelated from far away. I think if you applied some sort of filter to the textures, it would be closer to blizz-like. I'll have to take a look at how noggit does it, as it seems most correct. Cromon's tool had the shadows going the wrong direction, and no source was provided for the tool.

@Marlamin Marlamin self-assigned this Jan 4, 2018
@Marlamin Marlamin transferred this issue from Marlamin/WoWFormatTest Mar 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants