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

Apply texture compression #2

Closed Kyoril closed 4 years ago

Kyoril commented 4 years ago

Textures are uncompressed right now. The texture tool should be able to apply DXT1 / DXT5 / BC6 / BC7 compression to them and the graphics library should be able to use it.

Kyoril commented 4 years ago

Fixed in commit 794cae83d95fe8990bdde3fe9026a1276da9b5a8