add 3D text render (WIP)

This commit is contained in:
MihailRis
2024-11-12 03:14:59 +03:00
parent c5ca9128e9
commit b3ab037115
9 changed files with 176 additions and 25 deletions
+7
View File
@@ -80,6 +80,13 @@ class WorldRenderer {
const EngineSettings& settings,
float fogFactor
);
void renderTexts(
const DrawContext& context,
const Camera& camera,
const EngineSettings& settings,
bool hudVisible
);
public:
std::unique_ptr<ParticlesRenderer> particles;