Implement/match LegoBuildingManager::FUN_10030630 (#1164)

This commit is contained in:
Christian Semmler
2024-11-22 15:08:23 -07:00
committed by GitHub
parent cdc761d920
commit e56ac9ab55
4 changed files with 85 additions and 18 deletions

View File

@@ -16,6 +16,7 @@ public:
virtual LegoResult VTable0x04(); // vtable+0x04
// FUNCTION: BETA10 0x1001c980
LegoU8 GetNumEdges() { return m_numEdges; }
// FUNCTION: BETA10 0x1001cc30

View File

@@ -46,6 +46,7 @@ public:
// FUNCTION: BETA10 0x1001ff80
Mx4DPointFloat* GetUnknown0x14() { return &m_unk0x14; }
// FUNCTION: BETA10 0x1001ca10
Mx4DPointFloat* GetEdgeNormal(int index) { return &m_edgeNormals[index]; }
// FUNCTION: BETA10 0x1001c9b0