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

feat: pathnodes are added through the GLTF file

This commit is contained in:
LJW-Dev
2026-03-22 20:24:14 +08:00
committed by Jan Laupetin
parent dd14988bad
commit 096efd03c0
4 changed files with 44 additions and 1 deletions
+6
View File
@@ -108,6 +108,11 @@ namespace BSP
BSPSpawnPointType type;
};
struct BSPPathNode
{
vec3_t origin;
};
struct BSPData
{
std::string name;
@@ -118,6 +123,7 @@ namespace BSP
std::vector<BSPLight> lights;
std::vector<BSPSpawnPoint> spawnpoints;
std::vector<BSPPathNode> pathnodes;
};
// BSPGameConstants: