Add CalcWorldBoundingVolumes (#651)

This commit is contained in:
Christian Semmler
2024-03-10 10:29:16 -04:00
committed by GitHub
parent 660c1e1170
commit d090b449d1
9 changed files with 40 additions and 3 deletions

View File

@@ -6,6 +6,7 @@
#include "legolod.h"
#include "misc/legocontainer.h"
#include "misc/legostorage.h"
#include "realtime/realtime.h"
#include <string.h>
#include <vec.h>
@@ -539,8 +540,8 @@ float LegoROI::IntrinsicImportance() const
return .5;
}
// STUB: LEGO1 0x100aa350
// FUNCTION: LEGO1 0x100aa350
void LegoROI::UpdateWorldBoundingVolumes()
{
// TODO
CalcWorldBoundingVolumes(m_sphere, m_local2world, m_world_bounding_box, m_world_bounding_sphere);
}