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

WIP: Prepared project for updating CustomMapLinker.h

This commit is contained in:
LJW-Dev
2025-10-22 16:42:12 +08:00
committed by Jan Laupetin
parent fbcf2dbd7c
commit 0e7b1e1d58
5 changed files with 16 additions and 9 deletions
+5
View File
@@ -5,6 +5,11 @@
#include "BSPUtil.h"
std::string BSPUtil::getFileNameForBSPAsset(std::string assetName)
{
return std::format("BSP/{}", assetName);
}
// BO2 uses a different coordinate system, so this converts it back from OpenGLs default
vec3_t BSPUtil::convertToBO2Coords(vec3_t OGL_coordinate)
{