Querijn / LeagueModel

A League of Legends Model Viewer
MIT License
26 stars 4 forks source link

the material of the model is mosaic. Is it normal? #15

Closed ghostoact closed 5 years ago

ghostoact commented 5 years ago

Hello, I'm here again. XD. I have successfully compiled the project. Thank you for your guidance.

I found that the material of the model is mosaic. Is it normal? The magnification is obvious.

The screenshot is Mecha Aatrox.

Mecha Aatrox

Querijn commented 5 years ago

Yeah that's GL_NEAREST. Should be changable to GL_LINEAR.

Here: https://github.com/Querijn/LeagueModel/blob/master/src/renderer/texture.cpp#L147