2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 08:42:35 +00:00

feat: Loading sun data through GLTF

This commit is contained in:
LJW-Dev
2026-04-22 19:22:45 +08:00
committed by Jan Laupetin
parent 855825c6de
commit d0ae3ecdb5
5 changed files with 198 additions and 259 deletions
@@ -31,7 +31,7 @@ namespace BSP
void loadSkyBox(BSPData* projInfo, GfxWorld* gfxWorld);
void loadDynEntData(GfxWorld* gfxWorld);
bool loadOutdoors(GfxWorld* gfxWorld);
void loadSunData(GfxWorld* gfxWorld);
void loadSunData(BSPData* projInfo, GfxWorld* gfxWorld);
void loadWorldBounds(GfxWorld* gfxWorld);
};
} // namespace BSP