mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(world): add skeleton for DayNight system
This commit is contained in:
parent
4418c789f9
commit
35e44e0976
14 changed files with 197 additions and 18 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include "gx/Transform.hpp"
|
||||
#include "gx/Draw.hpp"
|
||||
#include "gx/Shader.hpp"
|
||||
#include "world/CWorld.hpp"
|
||||
|
||||
#include <bc/Memory.hpp>
|
||||
#include <tempest/Matrix.hpp>
|
||||
|
|
@ -62,4 +63,5 @@ void CGWorldFrame::OnWorldUpdate() {
|
|||
}
|
||||
|
||||
void CGWorldFrame::OnWorldRender() {
|
||||
CWorld::Render();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue