Kyoril / mmo

This repository contains the prototype of an mmorpg with a custom engine, built entirely in C++. It contains the client, tools and servers. The goal of this project is to have a vertical slice of an MMORPG which is playable.
https://discord.gg/WQEbswvMZG
30 stars 10 forks source link

Font generation artifacts #1

Closed Kyoril closed 4 years ago

Kyoril commented 4 years ago

Generated font glyphs show some artifacts where you can see parts of other font glyphs from the runtime-generated texture atlas of font glyphs.

This is most likely because the texture coordinates are wrong for some if not all glyphs.

Example screenshot attached below: grafik

Kyoril commented 4 years ago

Fixed in commit 27e1c81