mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-26 05:58:58 -06:00
Changed RenderEngine to use Ghoul fontrendering instead of SGCT
This commit is contained in:
@@ -583,7 +583,8 @@ void OpenSpaceEngine::loadFonts2() {
|
||||
ghoul::Dictionary fonts;
|
||||
configurationManager()->getValue(ConfigurationManager::KeyFonts, fonts);
|
||||
|
||||
_fontManager = new ghoul::fontrendering::FontManager;
|
||||
const glm::ivec3 fontAtlasSize{1024, 1024, 1};
|
||||
_fontManager = new ghoul::fontrendering::FontManager(fontAtlasSize);
|
||||
|
||||
for (const std::string& key : fonts.keys()) {
|
||||
std::string font;
|
||||
|
||||
Reference in New Issue
Block a user