Доработка пайплайн машины (требуется пересмотр технологии)

This commit is contained in:
2026-01-03 00:41:09 +06:00
parent f56b46f669
commit 776e9bfaca
31 changed files with 2684 additions and 601 deletions

View File

@@ -112,7 +112,6 @@ struct DefPortalInfo {
};
struct DefEntityInfo {
};
struct DefFuncEntityInfo {
@@ -138,7 +137,10 @@ struct PortalInfo {
};
struct EntityInfo {
DefEntityId DefId = 0;
WorldId_t WorldId = 0;
Pos::Object Pos = Pos::Object(0);
glm::quat Quat = glm::quat(1.f, 0.f, 0.f, 0.f);
};
struct FuncEntityInfo {
@@ -232,4 +234,4 @@ public:
virtual ~ISurfaceEventListener();
};
}
}